SearchConfiguration

class SearchConfiguration(val detourTime: Duration = DEFAULT_DETOUR_TIME, val numberOfResults: Int = DEFAULT_NUMBER_OF_RESULTS)

Represents a configuration for Poi search.

Constructors

Link copied to clipboard
constructor(detourTime: Duration = DEFAULT_DETOUR_TIME, numberOfResults: Int = DEFAULT_NUMBER_OF_RESULTS)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The maximum allowed detour time for a Poi. Defaults to 15 minutes

Link copied to clipboard

The maximum number of POIs to retrieve. Defaults to 20.