On Apr 23, 5:44 am, ALD2355 <[email protected]> wrote:
> I am using the Google API as a search method in a MM map
>

you have the following code to call the google geocoder:

geocoder = new GClientGeocoder();
geocoder.getLocations(latlng, showAddress2);

but latlng has been created as a MultiMap coordinate

new MMLatLon( lat, lon );

instead of a Google API coordinate

new GLatLng( lat, lon );

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

Reply via email to