SuggestionDetailData

Detailed data based on a suggestion id

Overview of SuggestionDetailData goes here.

SuggestionDetailData Properties

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.

JSON Structure of SuggestionDetailData

{
   "AddressComponents"	:	"List\<[SuggestionDataAddressComponent](/object-model/suggestiondataaddresscomponent)\>",
   "FormattedAddress"	:	"String",
   "Id"	:	"String"
}