getCurrentPositionAdvancedPositionPicker method
Implementation
Future<GeoPoint> getCurrentPositionAdvancedPositionPicker() async {
return await getMapCenter();
}
Future<GeoPoint> getCurrentPositionAdvancedPositionPicker() async {
return await getMapCenter();
}