PriceRange

@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 PriceRange : 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

Object that contains price range information.

  • Price range value, between min/max values inclusive.

    Declaration

    Swift

    @objc
    public let value: Double
  • Label that describes the price range.

    Declaration

    Swift

    @objc
    public let label: String?
  • Min value of the price range.

    Declaration

    Swift

    @objc
    public let minValue: Double
  • Max value of the price range.

    Declaration

    Swift

    @objc
    public let maxValue: Double