Backwards incompatible changes:
MapWrapper.Map
- renamed getBoundary() to getBounds()
- renamed setBoundary() to setBounds()
- addFeatures() returns an array of Feature objects instead of an array of feature ids
- removeFeatures() takes in an array of Feature objects instead of an array of feature ids
MapWrapper.Marker
- renamed getPosition() to getLocation()
- renamed setPosition() to setLocation()
Miscellaneous
- renamed Point class to Location
- renamed point field on Event to location
- changed the structure of FeatureOptions
- removed tilesource option from MapOptions (instead use rasterTileSource option)
- renamed MarkerOptions position option to location
- removed MapWrapper.TileSource constants
Backwards compatible changes:
MapWrapper.Map
- added getFeatures()
- addFeatures() now accepts GeoJSON with geometry type "GeometryCollection"
MapOptions
- added showNetToolKitAttribution option
- added attributionPosition option
- added vectorTileStyle option
- added rasterTileSource option
- added customAttribution option
Miscellaneous
- added Mapbox GL JS as a provider
- added Feature class
- added support for MapWrapper.Event.MOUSEOUT for MapWrapper.Marker
- added equals() to Location
- various bug fixes