BoundingBox

@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 BoundingBox : 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 the bounding box rectangle.

Properties

  • Top-left corner of the bounding box.

    Declaration

    Swift

    @objc
    public let topLeft: CLLocationCoordinate2D
  • Bottom-right corner of the bounding box.

    Declaration

    Swift

    @objc
    public let bottomRight: CLLocationCoordinate2D