#This page contains information about versions starting with r59
- Added the AddCopyright function to support the creation of new map types
- Added the SetMapType function to accept map type constants
- Removed GetMapType function for initialisation, and instead require the constant of the maptype. Allows support for custom map types.
- Added MarkerManager support for the open source marker manager (see docs)
- Added the CheckResize function and demo, allows for more dynamic maps (thanks to Cyrille Heulland for the suggestion)
- Added the 'centerMoveMethod' to the Mapifies.AddMarker method.
- Updated the 'init' callback to now include the map. The order is 'thisMap', 'element', 'options'
- Added an example to show using GEvent within jMaps code.
- Put helper functions into Mapifies namespace. This now means you call these functions like this:
var valid = Mapifies.SearchCode(result.getStatus());
Updated demos and documentation