Thank you. I didn't know that you could extract county using getlocations. Is there a way that I can determine the county from my dynamic layer based on my query and then have this display in my table? The reason I want to do it this way is because I will be adding more fields to the county layer and adding more boxes with which to display more location information. I also want to list the latlongs in the table. Thanks.
Andrew On Jul 7, 10:20 am, Andrew Leach <[email protected]> wrote: > 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.
