Obtener dirección con latitud y longitud con google maps v3

Seré muy breve... y aquí esta como se obtiene la dirección con google maps:

Gracias a: 203luv



geocoder.geocode({ 'latLng': auxmylocation }, function (data, status) {
            if (status == google.maps.GeocoderStatus.OK) {
                var addr = data[1].formatted_address; //this is the full address
                alert(addr);
            }
        });


Sean felices! :) Y sientanse libres de opinar ;)

No hay comentarios:

Publicar un comentario