MapTrip SDK Android Manual 9.8.8
WptOption Enum Reference

Public Member Functions

int getIntVal ()
 

Static Public Member Functions

static WptOption getByInt (int intVal)
 

Public Attributes

 DONT_IGNORE =(3)
 
 DONT_STORE_IN_HISTORY =(0)
 
 GPS_POSITION =(4)
 
 IS_IGNORED =(2)
 
 IS_REACHED =(1)
 

Detailed Description

enum type All waypoint options that are either on or off in two functions.

Member Function Documentation

◆ getByInt()

static WptOption getByInt ( int  intVal)
static

◆ getIntVal()

int getIntVal ( )

Member Data Documentation

◆ DONT_IGNORE

DONT_IGNORE =(3)

Do not ignore this viapoint.

◆ DONT_STORE_IN_HISTORY

DONT_STORE_IN_HISTORY =(0)

Do not store in history

◆ GPS_POSITION

GPS_POSITION =(4)

Is set, if the waypoint is created via Waypoint.createCurrentGPSPosWaypoint()

◆ IS_IGNORED

IS_IGNORED =(2)

Set to true for viapoints of an itinerary that have been ignored.

◆ IS_REACHED

IS_REACHED =(1)

Set to true for waypoints of an itinerary that have been reached.


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