Detailed data based on a suggestion id
Overview of SuggestionDetailData goes here.
SuggestionDetailData
| Field | Type | Inherited from | Description |
|---|---|---|---|
| AddressComponents | List<SuggestionDataAddressComponent> | SuggestionDetailData | Gets or sets the list of individual address components (street, city, state, postal code, etc.). |
| FormattedAddress | String | SuggestionDetailData | Gets or sets the formatted address string for display purposes. |
| Id | String | SuggestionDetailData | Gets or sets the unique identifier for this location suggestion. |
{
"AddressComponents" : "List\<[SuggestionDataAddressComponent](/object-model/suggestiondataaddresscomponent)\>",
"FormattedAddress" : "String",
"Id" : "String"
}