Represents an individual component of an address in location suggestion details
Overview of SuggestionDataAddressComponent goes here.
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”). |
{
"LongText" : "String",
"Types" : "List\<String\>"
}