search for: pantolatlong

Displaying 1 result from an estimated 1 matches for "pantolatlong".

2009 Jan 21
7
Panning map to a point vs. setCenter
...return; } var map = this.maps[this.api]; switch (this.api) { case ''google'': case ''openstreetmap'': map.panTo(point.toGoogle()); break; case ''microsoft'': map.PanToLatLong(point.toMicrosoft()); break; case ''yahoo'': case ''openlayers'': case ''openspace'' : case ''multimap'': case ''mapquest'': case ''freeearth...