MapTrip SDK Android Manual 9.8.8
SignpostType Enum Reference

Public Member Functions

int getIntVal ()
 
 SignpostType (int intVal)
 

Static Public Member Functions

static SignpostType getByInt (int intVal)
 

Public Attributes

 HIGHWAY =(1)
 
 INTERSTATE =(2)
 
 NO_SIGNPOST =(0)
 

Detailed Description

enum type to specify the signpost type that is valid for the current route.

Constructor & Destructor Documentation

◆ SignpostType()

SignpostType ( int  intVal)

Member Function Documentation

◆ getByInt()

static SignpostType getByInt ( int  intVal)
static

◆ getIntVal()

int getIntVal ( )

Member Data Documentation

◆ HIGHWAY

HIGHWAY =(1)

A signpost of type highway (blue in Germany) is displayed.

◆ INTERSTATE

INTERSTATE =(2)

A signpost of type interstate (yello in Germany) is displayed.

◆ NO_SIGNPOST

NO_SIGNPOST =(0)

No signpost is displayed at the very moment.


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