changeLocation method

  1. @Deprecated("we will remove this method in future release")
Future<void> changeLocation(
  1. GeoPoint position
)

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

p : geoPoint

Implementation

@Deprecated("we will remove this method in future release")
Future<void> changeLocation(GeoPoint position) async {
  await osmBaseController.changeLocation(position);
}