menu
mapsforge_flutter_core package
documentation
model.dart
BoundingBox
getRightCenter method
getRightCenter method
dark_mode
light_mode
getRightCenter
method
ILatLong
getRightCenter
(
)
Implementation
ILatLong getRightCenter() => LatLong(minLatitude + (maxLatitude - minLatitude) / 2, maxLongitude);
mapsforge_flutter_core package
documentation
model
BoundingBox
getRightCenter method
BoundingBox class