getIndoorMarkerFor abstract method
- IndoorFeatures feature,
- int deltaZ
Returns a MapMarker for a given indoor feature and the number of levels to change.
By default, no map markers are provided.
-
featureAn indoor feature. -
deltaZA number of levels to change, positive for up, negative for down. In the case of 0, the method returns an exit map marker.
Returns MapMarker?. The result MapMarker, if it was set.
Implementation
MapMarker? getIndoorMarkerFor(IndoorFeatures feature, int deltaZ);