myLocation method
recuperation of user current position
Implementation
Future<GeoPoint> myLocation() async {
return await osmBaseController.myLocation();
}
recuperation of user current position
Future<GeoPoint> myLocation() async {
return await osmBaseController.myLocation();
}