> map.setCenter(new GClientGeocoder.getLatLng("76 9th ave new york"),
> 17);
I'm not very OOP clued, but I don't think you can do that. Try
something more like what you commented out -
geocoder = new GClientGeocoder();
map.setCenter(geocoder.getLatLng("76 9th ave new york"), 17);
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---