SearchOptionProvider

Functions

Link copied to clipboard
abstract suspend fun getCategorySearchOptions(    categoryName: String? = null,     routeOptions: RouteOptions? = null,     boundingBox: BoundingBox? = null,     proximity: Point? = null): DashCategorySearchOptions
Link copied to clipboard
abstract suspend fun getQueryReverseGeoOptions(point: Point): ReverseGeoOptions
Link copied to clipboard
abstract suspend fun getSearchOptions(    proximity: Point? = null,     limit: Int? = null,     types: List<QueryType>? = null,     boundingBox: BoundingBox? = null): DashSearchOptions