ScriptDoc Reference

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.

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

Mapifies.AddFeed.defaults(String feedUrl, Object mapCenter) : static Object

Default options for AddFeed

StringfeedUrlThe URL of the GeoXML or KML feed.
ObjectmapCenterAn 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.

jQueryelementThe element to initialise the map on.
GGeoXMLfeedThe feed to remove from the map
FunctioncallbackThe callback function to pass out after initialising the map.