MapTrip SDK Android Manual 9.8.8
PoisourceType Enum Reference

Public Member Functions

int getIntVal ()
 

Static Public Member Functions

static PoisourceType getByInt (int intVal)
 

Public Attributes

 DATASERVERDATASET =(3)
 
 MEMORY =(2)
 
 UNSPECIFIED =(0)
 
 VECTOR =(1)
 

Detailed Description

enum tpye

Member Function Documentation

◆ getByInt()

static PoisourceType getByInt ( int  intVal)
static

◆ getIntVal()

int getIntVal ( )

Member Data Documentation

◆ DATASERVERDATASET

DATASERVERDATASET =(3)

Dynamic data from a iwDataserver which usually has child sources

◆ MEMORY

MEMORY =(2)

Dynamic non persistent POIs. See Mapviewer.showWaypoint()

◆ UNSPECIFIED

UNSPECIFIED =(0)

◆ VECTOR

VECTOR =(1)

Static map data or child source of MTA_POISOURCE_TYPE_DATASERVERDATASET.


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