Functions
Mapifies.AddFeed(jQuery element, Object options, Fucntion callback) : static Function
This function allows you to pass a GeoXML or KML feed to a Google map.
jQuery | element | The element to initialise the map on. |
Object | options | The object that contains the options. |
Fucntion | callback | The callback function to pass out after initialising the map. |
Mapifies.AddFeed.defaults(String feedUrl, Object mapCenter) : static Object
Default options for AddFeed
String | feedUrl | The URL of the GeoXML or KML feed. |
Object | mapCenter | An array with a lat/lng position to center the map on |
Mapifies.RemoveFeed(jQuery element, GGeoXML feed, Function callback) : static Function
This function allows you to remove a GeoXML or KML feed from a Google map.
jQuery | element | The element to initialise the map on. |
GGeoXML | feed | The feed to remove from the map |
Function | callback | The callback function to pass out after initialising the map. |