POIDetails

public struct POIDetails

The details of a Point of Interest.

Public

  • The ID of the POI.

    Declaration

    Swift

    public let searchResultID: SearchResultID
  • The place information to locate the POI.

    Declaration

    Swift

    public let place: Place
  • poi

    A rectangle into which the shape of the POI is inscribed.

    Declaration

    Swift

    public let poi: POI
  • The bounding box containing the POI.

    Declaration

    Swift

    public let boundingBox: BoundingBox?