Google Maps API V3 (javascript)
Posted: July 30th, 2009 | Author: montes | Filed under: programacion | Tags: api v3, google maps, google maps api v3, javascript, reverse geocoding | No Comments »Versión en español de este post
Although the Google Maps API V3 is still quite green and much remains to be polished, it is quite usable and if you only need the basic features of Google Maps, then you can use it for your project, the new speed and usability at portable devices is a plus.
This code is an example of the use of various techniques with javascript:
- Map centering at user’s location
- Event capturing
- Reverse Geocoding
- Use of Nianwei’s library scrollwheelzoom (still not officially supported in V3)