TNEntityFacetDriveTime

@objcMembers
open class TNEntityFacetDriveTime : NSObject, Codable

Undocumented

  • The travel distance from the anchor point to the destination in meters. e.g. driveDistance = 18000

    Declaration

    Swift

    public var driveDistance: Double?
  • The travel duration from the anchor point to the destination in seconds. e.g. driveDuration = 1080

    Declaration

    Swift

    public var driveDuration: Int?
  • Provides the change in travel distance(in meters) when driving to a location that deviates from the original route. e.g. driveDistance = 18000

    Declaration

    Swift

    public var detourDistance: Double?
  • Provides the change in travel duration(in seconds) when driving to a location that deviates from the original route. e.g. driveDuration = 1080

    Declaration

    Swift

    public var detourTime: Int?