menu
powermap_sdk package
documentation
powermap/powermap_controller.dart
PowerMapController
getZoom method
getZoom method
dark_mode
light_mode
getZoom
method
double
?
getZoom
(
)
Returns the current zoom level of the map.
Implementation
double? getZoom() { return cameraPosition?.zoom; }
powermap_sdk package
documentation
powermap/powermap_controller
PowerMapController
getZoom method
PowerMapController class