centerMap property

Future<GeoPoint> centerMap

centerMap

this attribute to retrieve center location of the map

Implementation

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