Poi

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

Represents a POI (Points of Interest).

Properties

  • The name of the POI.

    Declaration

    Swift

    @objc
    public let name: String
  • The phone number of the POI.

    Declaration

    Swift

    @objc
    public let phone: String?
  • url

    The url of the POI.

    Declaration

    Swift

    @objc
    public let url: String?
  • A list of brands the POI belongs to.

    Declaration

    Swift

    @objc
    public let brands: [String]
  • A list of categories the POI belongs to.

    Declaration

    Swift

    @objc
    public let categories: [String]
  • The list of opening hours for a POI (Points of Interest).

    Declaration

    Swift

    @objc
    public let openingHours: OpeningHours?
  • A list of classifications the POI belongs to.

    Declaration

    Swift

    @objc
    public let classifications: [Classification]
  • The list of the most specific POI categories.

    Declaration

    Swift

    @objc
    public let categorySet: [CategoryType]
  • Used to indicate the mode in which the timeZone object should be returned.

    Declaration

    Swift

    @objc
    public let timeZone: TimeZone?