Package-level declarations
Types
Link copied to clipboard
A filter of one or more location types, separated by a pipe (|). If the parameter contains multiple location types, the API returns all addresses that match any of the types. A note about processing: The location_type parameter does not restrict the search to the specified location types. Rather, the location_type acts as a post-search filter: the API fetches all results for the specified latlng, then discards those results that do not match the specified location types.
Link copied to clipboard
class GoogleMapsLocationTypeList(val values: List<GoogleMapsLocationType>) : QueryParamListValue<GoogleMapsLocationType>
A list of GoogleMapsLocationType to be used as a query parameter.
Link copied to clipboard
Options for the Google Maps geocoder.
Link copied to clipboard
A builder class to build GoogleMapsParameters.
Functions
Link copied to clipboard
Create a GoogleMapsParameters instance with the provided block.