menu
syncfusion_flutter_maps package
documentation
maps.dart
MapLatLngBounds
MapLatLngBounds const constructor
MapLatLngBounds const constructor
dark_mode
light_mode
MapLatLngBounds
constructor
const
MapLatLngBounds
(
MapLatLng
northeast
,
MapLatLng
southwest
)
Creates a
MapLatLngBounds
.
Implementation
const MapLatLngBounds(this.northeast, this.southwest);
syncfusion_flutter_maps package
documentation
maps
MapLatLngBounds
MapLatLngBounds const constructor
MapLatLngBounds class