Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 1.94 KB

suggestionresult-object.md

File metadata and controls

36 lines (31 loc) · 1.94 KB
title description ms.custom ms.date ms.reviewer ms.suite ms.tgt_pltfrm ms.topic ms.assetid caps.latest.revision author ms.author manager ms.service
SuggestionResult Object | Microsoft Docs
Describes the SuggestionResult object, which contains the Autosuggest manager suggestion result, and provides descriptions for each of its properties.
02/28/2018
article
ddda2c99-fcb8-42b8-9f18-40d841b97dea
5
rbrundritt
richbrun
stevelom
bing-maps

SuggestionResult Object

[!INCLUDE bing-maps-web-control-sdk-retirement]

Represents the suggestion result from the Autosuggest manager.

Properties

Name Type Description
address Address A structured address object for the result.
bestView LocationRect A LocationRect that can be used to set the map view over the result.
entityId string Unique entity id to be used for searching the entity.
entityType string The type of the result; Address, Place
entitySubType string The sub type of result; Address, RoadBlock, PopulatedPlace, CountryRegion, etc.
subtitle string A secondary title that provides additional context to the title value of the suggestion.
formattedSuggestion string A nicely formatted suggestion string for the result based on market.
location Location The coordinate of the result. This value is only returned for place (city, landmarks) results and not for addresses. Street addresses will need to be geocoded to get their location.
title string The display title for the result (i.e. “Redmond”).