animate to specific position with out add marker into the map
p : (GeoPoint) position that will be go to map
p
Future<void> goToLocation(GeoPoint p) async { await osmBaseController.goToPosition(p); }