PathSearchDistance
public struct PathSearchDistance : EquatableHorizon path search distance configuration.
The search distance defines the extent of the path in the horizon.
For more information on horizon paths see HorizonEngine.
For more information on horizon options see HorizonOptions.
- 
                  
                  Creates a distance with the maximum horizon length. Throws InitializationError.invalidHorizonLengthifmaxHorizonLengthis negative.DeclarationSwift public init(maxHorizonLength: Measurement<UnitLength>) throwsParametersmaxHorizonLengthThe maximum length of the path in the horizon. 
- 
                  
                  An error that occurs during the creation of the instance. See moreDeclarationSwift public enum InitializationError : Error
- 
                  
                  The maximum length of the path in the horizon. DeclarationSwift public let maxHorizonLength: Measurement<UnitLength>
 
         TomTom SDK for iOS (0.53.1)
 
          TomTom SDK for iOS (0.53.1)
         PathSearchDistance
          PathSearchDistance