enableTracking abstract method

Future<void> enableTracking(
  1. int idOSM, {
  2. bool stopFollowInDrag = false,
  3. bool disableMarkerRotation = false,
  4. Anchor anchor = Anchor.center,
})

Implementation

Future<void> enableTracking(
  int idOSM, {
  bool stopFollowInDrag = false,
  bool disableMarkerRotation = false,
  Anchor anchor = Anchor.center,
});