[Google Maps API v3] Re: Trouble converting coordinates to address using reverse geocoding

2011-08-22 Thread xelawho
> I;m having trouble getting the "Start" field to show the address location
> instead of the coordinates.

... of course, there's also something to be said for looking for
errors in firebug and using the v3
geocoder = new google.maps.Geocoder();
instead of the v2
geocoder = new GClientGeocoder();

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



[Google Maps API v3] Re : Trouble converting coordinates to address using reverse geocoding

2011-08-22 Thread jean-baptiste demonte
Hi,

i saw that you use jQuery on your main page  so you can use gmap3 for 
jquery, it's easier : 

http://gmap3.net/api/geo-latlng.html 
http://gmap3.net/api/get-address.html

JB

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/ZzH8qrDhRCgJ.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Trouble converting coordinates to address using reverse geocoding

2011-08-21 Thread xelawho
> I;m having trouble getting the "Start" field to show the address location
> instead of the coordinates. I know I have to use reverse geocoding but I'm
> not sure how to go about it. Note: I am using the W3C geolocation to get the
> users current location.

I just finished working on something very similar (although I put the
user's address in the infowindow). Maybe this will give you some
ideas:
http://xelawho.com/map/selvatica.htm

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



[Google Maps API v3] Re: Trouble converting coordinates to address using reverse geocoding

2011-08-19 Thread geocode...@gmail.com
On Aug 16, 9:48 am, gmoney  wrote:
> Here is a link to the working 
> code:http://punchupproductions.com/external/hotel/
>
> I;m having trouble getting the "Start" field to show the address location
> instead of the coordinates. I know I have to use reverse geocoding but I'm
> not sure how to go about it. Note: I am using the W3C geolocation to get the
> users current location. Any help is greatly appreciated.
>


Here is an example that reverse geocodes the start and end markers if
you drag them (working example of using the reverse geocoder with a
dynamic input).  Probably more complicated than you need, but it does
do a reverse geocode.

  -- Larry

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