centerMap property

Future<GeoPoint> get centerMap

centerMap

this attribute to retrieve center location of the map

Implementation

Future<GeoPoint> get centerMap async => osmBaseController.getMapCenter();