changeLocation method

Future<void> changeLocation(
  1. GeoPoint position
)

changeLocation

initialise or change of position with creating marker in that specific position

p : geoPoint

Implementation

Future<void> changeLocation(GeoPoint position) async {
  await osmBaseController.changeLocation(position);
}