Place

open class Place : RouteEventNotificationsSettings

Enables to change some POI on route settings.

Functions

getMaxCount
Link copied to clipboard
open fun getMaxCount(): Int
Returns the number of poi which will be searched.
getMaxDistance
Link copied to clipboard
open fun getMaxDistance(): Int
Returns the max distance for poi searching.
getPorCategories
Link copied to clipboard
open fun getPorCategories(): List<String>
Returns categories of pois to be searched around route
resetToDefault
Link copied to clipboard
open fun resetToDefault()
Resets all settings to default.
setMaxCount
Link copied to clipboard
open fun setMaxCount(maxCount: Int)
Sets the number of poi which will be searched.
setMaxDistance
Link copied to clipboard
open fun setMaxDistance(distance: Int)
Sets the max distance for poi searching.
setPorCategories
Link copied to clipboard
open fun setPorCategories(categories: List<String>)
Sets categories of pois to be searched around route