Functions
Mapifies.AddGroundOverlay(jQuery element, Object options, Function callback) : static Function
This function allows you to add a ground overlay to a map
| jQuery | element | The element to initialise the map on. |
| Object | options | The object that contains the options. |
| Function | callback | The callback function to pass out after initialising the map. |
Mapifies.AddGroundOverlay.defaults(Object overlaySouthWestBounds, Object overlayNorthEastBounds, String overlayImage) : static Object
Default options for AddGroundOverlay
| Object | overlaySouthWestBounds | The coordinates of the South West bounds of the image |
| Object | overlayNorthEastBounds | The coordinates of the North East bounds of the image |
| String | overlayImage | The URL of the image to be loaded |
Mapifies.RemoveGroundOverlay(jQuery element, GGroundOverlay groundOverlay, Function callback) : static Function
This function removes an existing ground overlay
| jQuery | element | The element to initialise the map on. |
| GGroundOverlay | groundOverlay | The ground overlay to remove. |
| Function | callback | The callback function to pass out after initialising the map. |