On Jan 16, 4:20 pm, Daniel Montenegro <[email protected]> wrote:
> Hi there!
>
> I need to fill a table column (mysql) with the address of any marker that
> users place in the map.
>
> So, would something like
>
> var nameAddress = marker.results[1].formatted_address;
>
> works?

Not unless you have added a results array to the marker somehow, that
is not a property provided by the API.

>
> I'm not looking for some kind of reverse geocode...

Unless your code saves the address information somewhere, it wont' be
available for retrieval, reverse geocoding will be the best you can
do.  You need to provide more context (i.e. a link to your working map
that you want to add this functionality to), if you want more detailed
help.

  -- Larry

>
> Thanks in advance,
>
> Daniel

-- 
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 [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-js-api-v3?hl=en.

Reply via email to