ScriptDoc Reference

Functions

Mapifies.AddGroundOverlay(jQuery element, Object options, Function callback) : static Function

This function allows you to add a ground overlay to a map

jQueryelementThe element to initialise the map on.
ObjectoptionsThe object that contains the options.
FunctioncallbackThe callback function to pass out after initialising the map.

Mapifies.AddGroundOverlay.defaults(Object overlaySouthWestBounds, Object overlayNorthEastBounds, String overlayImage) : static Object

Default options for AddGroundOverlay

ObjectoverlaySouthWestBoundsThe coordinates of the South West bounds of the image
ObjectoverlayNorthEastBoundsThe coordinates of the North East bounds of the image
StringoverlayImageThe URL of the image to be loaded

Mapifies.RemoveGroundOverlay(jQuery element, GGroundOverlay groundOverlay, Function callback) : static Function

This function removes an existing ground overlay

jQueryelementThe element to initialise the map on.
GGroundOverlaygroundOverlayThe ground overlay to remove.
FunctioncallbackThe callback function to pass out after initialising the map.