Releases: nativescript-community/ui-mapbox
Releases · nativescript-community/ui-mapbox
v6.2.8
v6.2.7
v6.2.6
v6.2.5
v6.2.4
v6.2.3
v6.2.2
v6.2.1
6.2.1 (2021-02-07)
Bug Fixes
- android: cache marker images => crazy faster addMarkers (f2f4a22)
- android: ensure map exists on destroy (1b36396)
Features
- added more source options (a75fc27)
- almost all style prpoerties are now supported. You can also put any expression you want! (d3e5e42)
- belowLayerId support for addLayer (4551401)
- layer minzoom maxzoom support (880761f)
- updateSource (for now only to update geojson data) (e593480)
- ios: setOnCameraIdleListener && setOnCameraMoveListener (fa640cd)
v6.2.0
v6.1.0
6.1.0 (2020-12-23)
Bug Fixes
- (android) actually removing source from the map in "removeSource" (b8b279f)
- (android) circle-radius of type number used wrong property (caused crash) (3a944b3)
- addLinePoint and deprecated for next version (5865dae)
- addSource on v8-ios-runtime + support for all geojson types including FeatureCollection (38728b8)
- addSource/addLayer on android (a6dd1c2)
- replace tilde in markers iconPath (so ~ would work on both android and ios) (4b72713)
- replaced broken addMarker demo icons (91979ff)
Features
- (android) support for all geojson types in addSource (26ce92a)
- added addImage + SymbolLayer support (d104637)
- added visibility layout property support to all layer types. added circle-pitch and circle-translate property support (6510e9d)
- click event for any layer types (#9) (908dbd4)
- more paint and layout properties for LineLayer supported (7a9bd38)
- raster source & layer support (#11) (c485595)
- setFilter/getFilter for layers (#7) (e893dd5)