Methods
SetCenterAndZoom(latitude, longitude, zoomLevel);
SetCenter(latitude, longitude);
SetZoom(zoomLevel);
ZoomIn();
ZoomOut();
SetMapStyle(mapStyle);
GetCenterLatitude();
GetCenterLongitude();
GetZoomLevel();
Resize(width, height);
PanMap(deltaX, deltaY);
ContinuousPan(deltaX, deltaY, count);
StopContinuousPan();
PanToLatLong(latitude, longitude);
AddPushpin(id, lat, lon, width, height, className, innerHtml);
RemovePushpin();
ClearPushpins();
SetViewport(lat1, lon1, lat2, lon2);
Get Lat/Long at top left of map
Get Lat/Long at bottom right of map

Events
onMouseClick
onStartContinuousPan
onEndContinuousPan
onStartZoom
onEndZoom