MapTrip SDK Android Manual 9.9.7
RoutingMode Enum Reference

Public Member Functions

int getIntVal ()
 

Static Public Member Functions

static RoutingMode getByInt (int intVal)
 

Public Attributes

 FOLLOW_ME =(1)
 
 REFERENCE_ROUTE =(2)
 
 STANDARD =(0)
 

Detailed Description

enum type

Member Function Documentation

◆ getByInt()

static RoutingMode getByInt ( int  intVal)
static

◆ getIntVal()

int getIntVal ( )

Member Data Documentation

◆ FOLLOW_ME

FOLLOW_ME =(1)

Route calculation with exact usage of the reference route, which may contain circles.

◆ REFERENCE_ROUTE

REFERENCE_ROUTE =(2)

Route calculation with usage of the circle free reference route and attention to truck attributes.

◆ STANDARD

STANDARD =(0)

Normal route calculation.


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