centerMap property

Future<GeoPoint> get centerMap

Implementation

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