On Jul 7, 3:25 pm, Andrew <[email protected]> wrote:
>
> Is there any way I can have it so that the County displays in a table
> (in the blue area)

Geocode the user's location using getLocations() instead of
getLatLng() and extract the county name from the results --
getLatLng() simply returns the first location of getLocations()
anyway, but with a lot less data. Once you have the county name you
can insert into any element on the page.

-- 
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