powermap_sdk 0.2.0
powermap_sdk: ^0.2.0 copied to clipboard
A comprehensive Flutter SDK for PowerMap, offering location plotting, geometry measurements, layer management, routing, search, and tracking.
0.2.0 #
- New:
opacityparameter added toaddMarker()— set initial marker visibility (0.0 = invisible, 1.0 = fully visible). - New:
setMarkersOpacity(double opacity)method onPowerMapController— bulk-sets opacity of all native GL markers (Circles and Symbols) in a single call. - Fix:
circleStrokeOpacityandiconOpacitynow correctly reflect theopacityparameter when creating markers. - These two additions enable smooth fade-in animation when refreshing markers, eliminating the visual "flash" from
clearMarkers()+ re-add cycles.
0.1.0 #
- Initial pre-release of PowerMap SDK.
- Core managers implemented: Geometry, Map, Routing, Search, Tracking, Layer, Cluster.
- Facade API accessible via
PowerMapController.