Place

open class Place : RouteEventNotificationsSettings

Enables to change some POI on route settings.

Functions

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