POIDetailsOptions

public struct POIDetailsOptions

Defines essential parameters to fetch POI details data.

Lifecycle

  • Creates a new POI Details query.

    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