Interface MapViewDirectionsOptions

If you want to change the route calculated based on tags you can use this interface. Using this interface you can change all the routes that will be calculated including or excluding tags. Use the method MapViewRef.setDirectionsOptions(MapViewDirectionsOptions) after the MapView ends loading You can call this as many times you want and the mapviewer will use the last options that you set.

Hierarchy

  • MapViewDirectionsOptions

Properties

excludedTags?: string[]
includedTags?: string[]

Generated using TypeDoc