AddressRanges

@available(*, message: "TT_API_PUBLIC_PREVIEW('byTheEndOf=2020.12', 'This is under Public Preview and subject to change until the end date. More information is available at: https://developer.tomtom.com/public-preview'﹚")
@objc
public class AddressRanges : NSObject

Public Preview

This is under Public Preview and subject to change by the end of 2020.12. More information is available at: https://developer.tomtom.com/public-preview

A representation of address ranges on a street segment. Available only for results where result type is equal to “Address Range”.

Properties

  • An address range on the left side of a street segment.

    Declaration

    Swift

    @objc
    public let rangeLeft: String
  • An address range on the right side of a street segment.

    Declaration

    Swift

    @objc
    public let rangeRight: String
  • A beginning point of a street segment.

    Declaration

    Swift

    @objc
    public let from: CLLocationCoordinate2D
  • to

    An end point of a street segment.

    Declaration

    Swift

    @objc
    public let to: CLLocationCoordinate2D