PoiPhotoSpecificationProtocol

@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 protocol PoiPhotoSpecificationProtocol

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

  • Photo id which was previously retrieved from the Points of Interest Details endpoint.

    Declaration

    Swift

    @objc
    var photoID: String { get set }
  • The maximum size of the image.

    Declaration

    Swift

    @objc
    var photoSize: PoiPhotoSize? { get set }