Time
class Time @JvmOverloads constructor(val value: Long, val unit: TimeUnit, val sarType: RouteOptions.Deviation.SarType? = SarType.ISOCHROME) : RouteOptions.Deviation
Maximum detour in time from route.
Note: Supported for Single Box Search and Search Box APIs only. Reserved for internal and special use.
Parameters
value
deviation time value.
unit
deviation time unit.
sar Type
algorithm of deviation calculation.
Constructors
Link copied to clipboard