Releases: eclipsesource/tabris-plugin-maps
Releases · eclipsesource/tabris-plugin-maps
v5.0.0
v4.0.1
v4.0.0
v3.0.0
- Migrate tabris-plugin-maps to Tabris.js 2 API (breaks compatibility with Tabris.js 1.x)
- fire events with a single callback argument (see Tabris.js events documentation)
- rename "change:camera" event to "cameraChanged"
- rename "cameramove" event to "cameraMoved"
- pressing the "show my location" button now also triggers "cameraMoved"
v2.0.1
v2.0.0
- Complete rewrite of public js API
- New namespace
esmaps
forMap
andMarker
- New properties
position
,camera
andregion
- New ways of positioning the camera via
moveToPosition
andmoveToRegion
- New Marker API when creating and adding markers
- Allow to get users location from
Map
- Allow to show and move to users location on
Map
- Ensure same behavior on Android and iOS for all documented features