sdk
/
com.sygic.sdk.route
/
RoutingOptions
/
RoutingAlternatives
Routing
Alternatives
@
Retention
(
value =
RetentionPolicy.CLASS
)
annotation class
RoutingAlternatives
Content copied to clipboard
Represents values describing different routing types for alternative routes.
Functions
Properties
Functions
annotationType
Link copied to clipboard
abstract fun
annotationType
():
Class
<out
Annotation
>
Content copied to clipboard
equals
Link copied to clipboard
abstract fun
equals
(p:
Any
):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
abstract fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
abstract fun
toString
():
String
Content copied to clipboard
Properties
Avoid
Link copied to clipboard
val
Avoid
:
Int
Content copied to clipboard
Avoid alternative route.
Economic
Link copied to clipboard
val
Economic
:
Int
Content copied to clipboard
Search for economic route, some travel time may be sacrificed in order to reduce the distance traveled.
Fastest
Link copied to clipboard
val
Fastest
:
Int
Content copied to clipboard
Search for the fastest route, taking road conditions and restrictions into account (minimizes travel time).
Shortest
Link copied to clipboard
val
Shortest
:
Int
Content copied to clipboard
Search for the shortest route, taking road conditions and restrictions into account (minimizes travel distance).