MapTrip SDK Android Manual 9.9.7
NavRouteStatistic Enum Reference

Public Member Functions

int getIntVal ()
 

Static Public Member Functions

static NavRouteStatistic getByInt (int intVal)
 

Public Attributes

 ADDITIONAL_DRIVE_TIME_SECONDS =(7)
 
 ADDITIONAL_LENGTH_METERS =(6)
 
 DRIVE_TIME_SECONDS =(1)
 
 DRIVE_TIME_SECONDS_AVERAGE =(5)
 
 DRIVE_TIME_SECONDS_FREE_FLOW =(4)
 
 FUEL_CONSUMPTION_MILLILITERS =(2)
 
 OFFBOARD_BOOL =(3)
 
 ROUTE_LENGTH_METERS =(0)
 

Detailed Description

enum type for defining the output type of the statistic information.

Member Function Documentation

◆ getByInt()

static NavRouteStatistic getByInt ( int  intVal)
static

◆ getIntVal()

int getIntVal ( )

Member Data Documentation

◆ ADDITIONAL_DRIVE_TIME_SECONDS

ADDITIONAL_DRIVE_TIME_SECONDS =(7)

Returns the drive time of the injected FollowMeRoute

◆ ADDITIONAL_LENGTH_METERS

ADDITIONAL_LENGTH_METERS =(6)

Returns the length of the injected FollowMeRoute

◆ DRIVE_TIME_SECONDS

DRIVE_TIME_SECONDS =(1)

◆ DRIVE_TIME_SECONDS_AVERAGE

DRIVE_TIME_SECONDS_AVERAGE =(5)

If you have an offboard route, you can get the drive time of this route with statistic speeds.

◆ DRIVE_TIME_SECONDS_FREE_FLOW

DRIVE_TIME_SECONDS_FREE_FLOW =(4)

If you have an offboard route, you can get the drive time of this route without any traffic.

◆ FUEL_CONSUMPTION_MILLILITERS

FUEL_CONSUMPTION_MILLILITERS =(2)

◆ OFFBOARD_BOOL

OFFBOARD_BOOL =(3)

◆ ROUTE_LENGTH_METERS

ROUTE_LENGTH_METERS =(0)

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