setIndoorMarkersFor abstract method
- IndoorFeatures feature,
- MapMarker? upMarker,
- MapMarker? downMarker,
- MapMarker? exitMarker,
Sets map markers for the given indoor feature.
Implementation
void setIndoorMarkersFor(IndoorFeatures feature, MapMarker? upMarker, MapMarker? downMarker, MapMarker? exitMarker);