selectPosition method

Future<GeoPoint> selectPosition({
  1. MarkerIcon? icon,
  2. String imageURL = "",
})
inherited

Implementation

Future<GeoPoint> selectPosition({
  MarkerIcon? icon,
  String imageURL = "",
}) {
  throw Exception("stop use this method,use addMarker");
}