SuggestionDataAddressComponent

Represents an individual component of an address in location suggestion details

Overview of SuggestionDataAddressComponent goes here.

SuggestionDataAddressComponent Properties

SuggestionDataAddressComponent

Field Type Inherited from Description
LongText String SuggestionDataAddressComponent Gets or sets the long-form text representation of this address component.
Types List<String> SuggestionDataAddressComponent Gets or sets the types/categories that classify this address component (e.g., “street_number”, “locality”, “postal_code”).

JSON Structure of SuggestionDataAddressComponent

{
   "LongText"	:	"String",
   "Types"	:	"List\<String\>"
}