IndoorAvoidanceOptions
public struct IndoorAvoidanceOptions : Hashable
The options to specify restrictions for indoor route calculations.
-
A list of
IndoorLevelChangeFeatureswhich routes should avoid. Strictly enforced: Route calculation will fail when no route can be calculated without at least one of these features.Declaration
Swift
public var indoorFeatures: [IndoorLevelChangeFeatures] -
Creates an Indoor Avoidance object.
Declaration
Swift
public init(indoorFeatures: [IndoorLevelChangeFeatures] = [])