Package-level declarations
Types
Link copied to clipboard
class OpenCageParameters(val limit: Int = PARAM_DEFAULT_LIMIT, val countryCode: List<String> = emptyList(), val noDedupe: Boolean = false, val noRecord: Boolean = false) : QueryParameters
Options for the OpenCage geocoder.
Link copied to clipboard
A builder class to build OpenCageParameters.
Functions
Link copied to clipboard
Create a OpenCageParameters instance with the provided block.