Questions tagged as 'google-maps'

3
answers

How to do Icone walk in api Google Maps

In My script below it every 30 seconds causes the icon to change position, only the icon disappears and appears at the next point. What I wanted was for him to walk to the next point as shown in the image below AsIdonotunderstandjavascri...
asked by 26.04.2016 / 02:28
2
answers

How do I get an error alert generated by the Google Maps API?

If for some reason an error occurs and Google disables access to the maps API, an alert of this genre will appear to the visitor:    Google has disabled use of the Maps API for this application. The provided key is not valid Google API Key, o...
asked by 25.12.2013 / 13:56
2
answers

Identify if coordinate set is within a radius in Android

I want to delimit a radius from a central coordinate (the red marker in the figure) and, from a set of coordinates (the green markers), check if they are within the area delimited by this radius. > How to identify, from a set of coordinates (...
asked by 25.03.2015 / 02:11
2
answers

Draw path on the map

How do I draw a certain route using the Maps API V2? What I want is something like this: I go to street A and street B and get the picture of the route between these two streets. I do not want API to give me a hint about the best path but the ex...
asked by 25.02.2014 / 15:58
1
answer

How do I return the waypoint_order in the Google Directions API?

I'm developing a route-mapping system using the Google Maps API. I have the points of origin and destination and between these points there are some points of interest. When tracing the route Google returns me the best route and mark these po...
asked by 29.01.2014 / 12:39
0
answers

Recalculate route with Google Maps API [closed]

I'm doing a monitoring application. I wanted to send an alert in the Javascript Maps API when the user changed the route or the route was recalculated. I would like to know how to calculate the route change. Thank you.     
asked by 04.04.2016 / 19:09
1
answer

Mapping and getting mileage between two points

I'm developing a web application, and I'm getting two addresses for a text field, and I'm using it to calculate the distance to the Matrix API from Google Maps, so beauty, but I also wanted to generate a map showing that path, and that this path...
asked by 09.07.2014 / 01:41
2
answers

Finding an address by latitude and longitude

Since I can get the full address of a geolocation, ex: Lat. 37.386196601958 Lon. -121.964346639 (Such a street, Such a neighborhood, cep: tal)     
asked by 13.02.2016 / 20:07
1
answer

Draw route above the street on the map

I have a feature that captures gps positions every 10 seconds. Every 30 seconds or if there is a 20-degree change in bearing (I compare the last position with the current one) I store to send to the service. After, the user can vi...
asked by 01.09.2016 / 15:02
1
answer

Is it possible to list all the districts of a city?

I'm using the Google Maps API, but I did not find any of the documentation related to anything, I'd like to list all the neighborhoods of a specific city, but the neighborhood items only appear if I type one street (in some cases you have to hav...
asked by 29.04.2015 / 21:11