PoiDetails

@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 PoiDetails : 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 the result of the Request of the POI Details endpoint.

  • Object that contains rating information.

    Declaration

    Swift

    @objc
    public let rating: Rating?
  • Object that contains price range information.

    Declaration

    Swift

    @objc
    public let priceRange: PriceRange?
  • Social media links of the POI.

    Declaration

    Swift

    @objc
    public let socialMedia: [Media]
  • Photo ids of the POI.

    Declaration

    Swift

    @objc
    public let photos: [Photo]
  • User reviews about the POI.

    Declaration

    Swift

    @objc
    public let reviews: [Review]