Places interface
Defines a local entity answer.
Properties
contractual |
A list of rules that you must adhere to if you display the item. NOTE: This property will not be serialized. It can only be populated by the server. |
id | A String identifier. NOTE: This property will not be serialized. It can only be populated by the server. |
query |
NOTE: This property will not be serialized. It can only be populated by the server. |
value | A list of local entities, such as restaurants or hotels. |
web |
The URL To Bing's search result for this item. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
contractualRules
A list of rules that you must adhere to if you display the item. NOTE: This property will not be serialized. It can only be populated by the server.
contractualRules?: ContractualRulesContractualRuleUnion[]
Property Value
id
A String identifier. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
queryContext
NOTE: This property will not be serialized. It can only be populated by the server.
queryContext?: QueryContext
Property Value
value
A list of local entities, such as restaurants or hotels.
value: ThingUnion[]
Property Value
webSearchUrl
The URL To Bing's search result for this item. NOTE: This property will not be serialized. It can only be populated by the server.
webSearchUrl?: string
Property Value
string