Ejemplo: obtener la dirección de la latitud y la longitud de la api del mapa de Google
Simply pass latitude, longitude and your Google API Key to the following query string, you will get a json array, fetch your city from there.
https://maps.googleapis.com/maps/api/geocode/json?latlng=44.4647452,7.3553838&key=YOUR_API_KEY
Note: Ensure that no space exists between the latitude and longitude values when passed in the latlng parameter.
Click here to get an API key
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)