myLocation method

Future<GeoPoint> myLocation()

recuperation of user current position

Implementation

Future<GeoPoint> myLocation() async {
  return await osmBaseController.myLocation();
}