Poi
public struct Poi
Point of Interest information for a search result.
Important
This is a Public Preview API. It may be changed or removed at any time.-
The name of the POI.
Declaration
Swift
public let names: [String] -
The phone number of the POI.
Declaration
Swift
public let phones: [String] -
The emails of the POI.
Declaration
Swift
public let emails: [String] -
A list of brands the POI belongs to.
Declaration
Swift
public let brands: [Brand] -
A list of fuel types a gas station supports.
Declaration
Swift
public let fuelTypes: [FuelType] -
The URL of the POI.
Declaration
Swift
public let urls: [URL] -
A list of categories the POI belongs to.
Declaration
Swift
public let categories: [PoiCategoryId] -
The opening hours of the POI in local time zone.
Declaration
Swift
public let openingHours: OpeningHours? -
The time zone of the POI location.
Declaration
Swift
public let timeZone: TimeZone?
Poi Structure Reference