As of today we are experiencing large problems with the
GClientGeocoder if we use setViewport.
We've been using this initialization without problems for years
(v2.193)
geocoder = new GClientGeocoder();
geocoder.setBaseCountryCode("SE");
geocoder.setViewport(map.getBounds());
but since today all geocoding requests return the same location??
if we skip geocoder.setViewport(map.getBounds()); the geocoder works
as before (but without the viewport of course...
Bug?
--
You received this message because you are subscribed to the Google Groups
"Google Maps API" 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-api?hl=en.