menu
flutter_ek_osm_map package
documentation
plugin_api.dart
MapState
getPixelWorldBounds method
getPixelWorldBounds method
dark_mode
light_mode
getPixelWorldBounds
method
Bounds
<
num
>
?
getPixelWorldBounds
(
double
?
zoom
)
Implementation
Bounds? getPixelWorldBounds(double? zoom) { return options.crs.getProjectedBounds(zoom ?? _zoom); }
flutter_ek_osm_map package
documentation
plugin_api
MapState
getPixelWorldBounds method
MapState class