getIndoorMarkerFor abstract method

MapMarker? getIndoorMarkerFor(
  1. IndoorFeatures feature,
  2. int deltaZ
)

Returns a MapMarker for a given indoor feature and the number of levels to change.

By default, no map markers are provided.

  • feature An indoor feature.

  • deltaZ A 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);