SearchResultPoi interface
Details of the poi including the name, phone, url, and categories.
Properties
| brands | Brands array NOTE: This property will not be serialized. It can only be populated by the server. |
| categories | [Deprecated] Use classifications instead. Categories array NOTE: This property will not be serialized. It can only be populated by the server. |
| classifications | Classification array NOTE: This property will not be serialized. It can only be populated by the server. |
| name | Name property NOTE: This property will not be serialized. It can only be populated by the server. |
| phone | Phone property NOTE: This property will not be serialized. It can only be populated by the server. |
| url | URL property NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
brands
Brands array NOTE: This property will not be serialized. It can only be populated by the server.
brands?: SearchResultPoiBrand[]
Property Value
categories
[Deprecated] Use classifications instead. Categories array NOTE: This property will not be serialized. It can only be populated by the server.
categories?: string[]
Property Value
string[]
classifications
Classification array NOTE: This property will not be serialized. It can only be populated by the server.
classifications?: SearchResultPoiClassification[]
Property Value
name
Name property NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
phone
Phone property NOTE: This property will not be serialized. It can only be populated by the server.
phone?: string
Property Value
string
url
URL property NOTE: This property will not be serialized. It can only be populated by the server.
url?: string
Property Value
string