mapbox_gl_platform_interface 0.16.0 mapbox_gl_platform_interface: ^0.16.0 copied to clipboard
A common platform interface for the mapbox_gl plugin.
0.16.0, May 19, 2022 #
- Annotation manager moved to dart #779
- Fix issue with map disposal on web #895
- Add support for layer zoom limits #934
- Add and default to Hybrid composition on Android #916
- Implement layer filtering #997
- Drag event types support added #987
- Support filtering on addLayer #1024
0.15.0, January 13, 2022 #
- Callbacks added to onFeatureTapped will now also get the position (
Point<double>
) and the location (LatLng
) of the click passed when called #798 - Fix web issues with style loaded, feature tap, add promoteId, pointer change issue #785
- Full style source support #797
0.14.0, November 13, 2021 #
- Remove memory leaks by disposing internal components #706
- Add support for Layers, properties and expressions backed by GeoJsonSource #723
- Add attribution button gravity, position normally #731
- Remove MapboxGlPlatform.getInstance #710
0.13.0, October 21, 2021 #
- Migrate to null-safety #607
- Support override of attribution click action (iOS) #605
- Fix requestMyLocationLatLng in the platform interface #697
0.12.0, April 12, 2021 #
- Batch creation/removal for circles, fills and lines #576
0.11.0, March 30, 2021 #
- Add batch mode of screen locations #554
0.10.0, February 12, 2021 #
- Added web support for fills #501
- Add heading to UserLocation and expose UserLocation type #522
- Update tracked camera position in camera#onIdle #500
- Improved Image Source Support #469
0.9.0, October 24, 2020 #
- Breaking change: CameraUpdate.newLatLngBounds() now supports setting different padding values for left, top, right, bottom with default of 0 for all. Implementations using the old approach with only one padding value for all edges have to be updated. #382
- Add methods to access projection #380
- Add fill API support for Android and iOS #49
- Listen to OnUserLocationUpdated to provide user location to app #237
- Add support for custom font stackn in symbol options #359
- Basic ImageSource Support #409
- Get meters per pixel at latitude #416
0.8.0, August 22, 2020 #
- implementation of feature querying #177
- Batch create/delete of symbols #279
- Add multi map support #315
- Add line#getGeometry and symbol#getGeometry #281
0.7.0 #
- Initial version