com.sygic.sdk.route.RoutingOptions.RoutingType Interface Reference

Public Attributes

int Shortest = 0
 
int Fastest = 1
 
int Economic = 2
 

Detailed Description

Represents values describing different routing types.

Member Data Documentation

◆ Economic

int com.sygic.sdk.route.RoutingOptions.RoutingType.Economic = 2

Search for economic route, some travel time may be sacrificed in order to reduce the distance traveled. It calculates the optimal route based on time and distance combination. Car mode only.

◆ Fastest

int com.sygic.sdk.route.RoutingOptions.RoutingType.Fastest = 1

Search for the fastest route, taking road conditions and restrictions into account (minimizes travel time).

◆ Shortest

int com.sygic.sdk.route.RoutingOptions.RoutingType.Shortest = 0

Search for the shortest route, taking road conditions and restrictions into account (minimizes travel distance). Car mode only.


The documentation for this interface was generated from the following file: