customUserLocationMarker abstract method

Future<void> customUserLocationMarker(
  1. int idOSM,
  2. GlobalKey<State<StatefulWidget>> personGlobalKey,
  3. GlobalKey<State<StatefulWidget>> directionArrowGlobalKey
)

Implementation

Future<void> customUserLocationMarker(
  int idOSM,
  GlobalKey personGlobalKey,
  GlobalKey directionArrowGlobalKey,
);