Hi,

I have an URL like that :
http://maps.google.com/mapdata?w=260&h=200&client=ffe&cc=us&Point=b&Point.latitude_e6=48841905&Point.longitude_e6=2705304&Point.iconid=265&Point=e

And I want to use Point.latitude_e6 and Point.longitude_e6 values to
get Address.

If I follow this article 
http://code.google.com/apis/maps/documentation/geocoding/index.html#ReverseGeocoding,
it seems very simple BUT these values are not correct.

I thought I just need to call this URL :
http://maps.google.com/maps/api/geocode/json?latlng=48841905,-2705304&sensor=false
or maybe 
http://maps.google.com/maps/api/geocode/json?latlng=48.841905,27.05304&sensor=false

But nope :)
Can you guys help me to convert Point.latitude_e6 and
Point.longitude_e6 values ?

I really don't know if I didn't understand the tutorials but functions
fromContainerPixelToLatLng() and fromDivPixelToLatLng() seem working
only in Projections.

Thanks you so much in advance for your time.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-api?hl=en.

Reply via email to