changeMarker abstract method

Future<void> changeMarker(
  1. int idOSM,
  2. GeoPoint oldLocation,
  3. GeoPoint newLocation, {
  4. GlobalKey<State<StatefulWidget>>? globalKeyIcon,
  5. double? angle = null,
  6. IconAnchor? iconAnchor,
})

Implementation

Future<void> changeMarker(
  int idOSM,
  GeoPoint oldLocation,
  GeoPoint newLocation, {
  GlobalKey? globalKeyIcon,
  double? angle = null,
  IconAnchor? iconAnchor,
});