menu
mapbox_maps_flutter
mapbox_maps_flutter.dart
MapboxMap
getSize method
getSize
dark_mode
light_mode
getSize
method
Future
<
Size
>
getSize
(
)
Returns the current map size in logical pixels.
Implementation
Future<Size> getSize() => _impl.getSize();
mapbox_maps_flutter
mapbox_maps_flutter
MapboxMap
getSize method
MapboxMap class