Now how do I create just a singe marker? heh... I'm doing it this way at the
moment:
var aBusinessMarker = new google.maps.Marker({ draggable: true, map: map,
position: results[0].geometry.location});
As default there's no marker on the map. But when a user types into the
"address"-field, and leaves the field (*onBlur-trigger*), the map updates
and places the marker. Now, if the user goes back to the field and types
another address; Just change the existing marker location... hehe...
I've just worked with google maps for a couple of days here, so if it is in
the documentation somewhere - well explained - so please tell/show me
where...
--
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.