POIDetailsOptions

public struct POIDetailsOptions

Defines essential parameters to fetch POI details data

Important

This is a Public Preview API. It may be changed or removed at any time.

Lifecycle

  • Creates a new POI Details query

    Important

    This is a Public Preview API. It may be changed or removed at any time.

    Declaration

    Swift

    public init(
        poiID: POIID,
        locale: Locale = Locale.current
    )

    Parameters

    poiID

    the identifier of the POI to fetch

    locale

    the locale to describe POI Details info with a relevant language

Public