Package version:

Interface PointOfInterest

Details of the returned POI including information such as the name, phone, url address, and classifications.

Hierarchy

  • PointOfInterest

Properties

brands?: Object

Brands array. The name of the brand for the POI being returned. NOTE: This property will not be serialized. It can only be populated by the server.

categories?: Object

Categories array NOTE: This property will not be serialized. It can only be populated by the server.

categorySet?: Object

The list of the most specific POI categories NOTE: This property will not be serialized. It can only be populated by the server.

classifications?: Object

Classification array NOTE: This property will not be serialized. It can only be populated by the server.

name: string

Name of the POI property NOTE: This property will not be serialized. It can only be populated by the server.

operatingHours?: OperatingHours

Opening hours for a POI (Points of Interest).

phone?: string

Telephone number property NOTE: This property will not be serialized. It can only be populated by the server.

url?: string

Website URL property NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc