setIndoorMarkersFor abstract method

void setIndoorMarkersFor(
  1. IndoorFeatures feature,
  2. MapMarker? upMarker,
  3. MapMarker? downMarker,
  4. MapMarker? exitMarker,
)

Sets map markers for the given indoor feature.

  • feature An indoor feature.

  • upMarker A MapMarker to go up.

  • downMarker A MapMarker to go down.

  • exitMarker A MapMarker to exit the indoor feature.

Implementation

void setIndoorMarkersFor(IndoorFeatures feature, MapMarker? upMarker, MapMarker? downMarker, MapMarker? exitMarker);