Package cloud.pace.sdk.poikit.search

Types

AddressSearchApi
Link copied to clipboard
interface AddressSearchApi
AddressSearchRequest
Link copied to clipboard
data class AddressSearchRequest(acceptLanguages: List<String>?, text: String, locationBias: Location?, limit: Int, includeKeys: List<String>?, excludeValues: List<String>?)

Address search request for Nominatim full address search.

PhotonFeatures
Link copied to clipboard
data class PhotonFeatures(properties: PhotonProperty?, type: String?, geometry: PhotonGeometry?)
PhotonGeometry
Link copied to clipboard
data class PhotonGeometry(type: String?, coordinates: DoubleArray)
PhotonProperty
Link copied to clipboard
data class PhotonProperty(name: String?, street: String?, housenumber: String?, postcode: String?, state: String?, country: String?, countrycode: String?, osm_key: String?, osm_value: String?)
PhotonResult
Link copied to clipboard
data class PhotonResult(features: List<PhotonFeatures>)