MapTrip SDK Android Manual 9.9.7
ComputationSite Enum Reference

Public Member Functions

int getIntVal ()
 

Static Public Member Functions

static ComputationSite getByInt (int intVal)
 

Public Attributes

 BOTH =(3)
 
 NONE =(0)
 
 OFFBOARD =(2)
 
 ONBOARD =(1)
 

Detailed Description

enum type to define on which site the computation for a specific component will take place.

Member Function Documentation

◆ getByInt()

static ComputationSite getByInt ( int  intVal)
static

◆ getIntVal()

int getIntVal ( )

Member Data Documentation

◆ BOTH

BOTH =(3)

Computation is allowed on both sites (e.g. for route calculation).

◆ NONE

NONE =(0)

Component is turned off.

◆ OFFBOARD

OFFBOARD =(2)

Computation takes place remotely on server.

◆ ONBOARD

ONBOARD =(1)

Computation takes place locally on device.


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