PlaceRequest

data class PlaceRequest @JvmOverloads constructor(location: GeoCoordinates, categoryTags: List<String>, radius: Int, boundary: GeoBoundingBox?, maxResultCount: Int, languageTag: String?)

Properties

boundary
Link copied to clipboard
val boundary: GeoBoundingBox? = null
categoryTags
Link copied to clipboard
val categoryTags: List<String>
languageTag
Link copied to clipboard
val languageTag: String? = null
location
Link copied to clipboard
val location: GeoCoordinates
maxResultCount
Link copied to clipboard
val maxResultCount: Int = 10
radius
Link copied to clipboard
val radius: Int