Hello,

We have followed the link, but the info provided appears to be
describing geocoding addresses dynamically from user input. We would
like to position our markers using address information only (not
convert user address input to lat long). With reference to out
original example is it possible to add another marker by using address
information only and not having to type in lat long coordinates?

Hopefully the example below will better explain what we are trying to
do.

var A4 = new google.maps.address(crawley,uk);

var marker4 = new google.maps.Marker({
    position: A4,
    map: map,
    title:"A4 text",});

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