Initializes a SearchSuggestion object.
The country in which the suggestion is located.
The LatLon object representing the suggestion's location.
The name of the search suggestion.
The post or zip code for this suggestion.
The region level, which is used to create a list of region names in the appropriate order (from most specific to least specific).
The list of regions for this suggestion, with the most specific region (e.g. city) first.
The street number of the suggestion. This takes numbers only, unlike streetNumberFull.
The street number of the suggestion e.g. 20, 5b or 10-12. This takes characters aside from just numbers, unlike streetNumber.
The list of subregions for this suggestion (e.g. suburbs within a city).
The list of address units, such as an apartment or floor.
Returns the street number of this suggestion as a string. If this suggestion doesn't have a valid street number, returns null instead.
the street number for the suggestion, or null if there is no street number
Generated using TypeDoc
Represents a search suggestion that is part of the search results for a search operation.