> hum, after many try I already block , anyone know how to fix that
> please ?
You don't seem to have done anything at all to the page we can see.
Your function placeMarker() is still defined inside your function
loadMap()
Move it outside.
Your function codeAddress() contains an unnecessary line
var marker = new google.maps.Marker();
remove it.
Your function codeAddress contains unwanted lines
marker.setPosition(results[0].geometry.location);
marker.setMap(map);
take them out, and replace instead with a line that calls
showPosition() with your desired location
--
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.