New (bad) behaviour. In my site - for France, the user can simply enter an address. For example: 46 Avenue Moka, 35400 Saint Malo
This address is then geocoded in the following manner to obtain the lat/lng coordonnates: vGeoCoder = new google.maps.Geocoder(); vGeoCoder.geocode( {'address' : '46 Avenue Moka, 35400 Saint Malo', 'region' : "FR"}, callback); The resulting lat/lng pair, when used to place a marker, puts it in the empty space next to the road. Is this a known issue ? Do I need to open a bug report to get it fixed ? -- 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 google-maps-js-api-v3@googlegroups.com. To unsubscribe from this group, send email to google-maps-js-api-v3+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.