@PublicPreview("2021.06") data class FuzzyLocationDescriptor
Specifies the location that will be used in the Fuzzy Search.
positionBias
- The position where results should be biased. The radius parameter is specified in meters.
countryCodes
- A set of country codes (e.g., FR,ES).
This will limit the search to the specified countries.
boundingBox
- The bounding box for the search.
mapCodes
- The enum type indicating supported MapCodes.
class Builder
Builder used to create an instance of FuzzyLocationDescriptor. Once constructed, the user cannot change the field values. |
val boundingBox: BoundingBox?
The bounding box for the search. |
|
val countryCodes: Set<String>
A set of country codes (e.g., FR,ES). This will limit the search to the specified countries. |
|
val mapCodes: Set<MapCodeType>
The enum type indicating supported MapCodes. |
|
val positionBias: LatLngBias?
The position where results should be biased. The radius parameter is specified in meters. |