MapTrip SDK Android Manual 9.8.8
SystemAttribute Enum Reference

Public Member Functions

int getIntVal ()
 

Static Public Member Functions

static SystemAttribute getByInt (int intVal)
 

Public Attributes

 API_APPLICATION_PATH =(9)
 
 API_BUILD_DATE =(15)
 
 API_LANGUAGE_PATH =(13)
 
 API_OS_USER_DATA_PATH =(10)
 
 API_RESOURCE_PATH =(8)
 
 API_TEMP_PATH =(11)
 
 API_VERSION =(7)
 
 COUNTRY_SPECIFIC_GEOCODING_AVAILABLE =(4)
 
 MAP_COUNTRY_GROUP =(12)
 
 MAP_EXTENDED_NODES =(14)
 
 MAP_PROVIDER =(0)
 
 MAP_RELEASE =(1)
 
 MAP_VERSION =(3)
 
 TRUCK_DATA =(2)
 

Detailed Description

enum type This enum type provides a number of attributes for the whole system. They are preset and can be retrieved, after the api was initialized. See Api.getSystemAttribute().

Member Function Documentation

◆ getByInt()

static SystemAttribute getByInt ( int  intVal)
static

◆ getIntVal()

int getIntVal ( )

Member Data Documentation

◆ API_APPLICATION_PATH

API_APPLICATION_PATH =(9)

Path where the application data is located

◆ API_BUILD_DATE

API_BUILD_DATE =(15)

Build date of the currently used SDK

◆ API_LANGUAGE_PATH

API_LANGUAGE_PATH =(13)

Path to the resource files of the given language

◆ API_OS_USER_DATA_PATH

API_OS_USER_DATA_PATH =(10)

path where the userdata is located ( usually /user )

◆ API_RESOURCE_PATH

API_RESOURCE_PATH =(8)

The resource path contains display resolution information, fonts, language dependent information, sound files (wav) and poi icons.

◆ API_TEMP_PATH

API_TEMP_PATH =(11)

Path for temporary files

◆ API_VERSION

API_VERSION =(7)

Version of the currently used SDK

◆ COUNTRY_SPECIFIC_GEOCODING_AVAILABLE

COUNTRY_SPECIFIC_GEOCODING_AVAILABLE =(4)

1 if available data, 0 otherwise

◆ MAP_COUNTRY_GROUP

MAP_COUNTRY_GROUP =(12)

Name of the coutrygroup of the map data, e.g. 'europe', 'DACH'

◆ MAP_EXTENDED_NODES

MAP_EXTENDED_NODES =(14)

'true', if the map data is optimized for reference routing, 'false' else

◆ MAP_PROVIDER

MAP_PROVIDER =(0)

Mapprovider can for example be TomTom or HERE or OpenStreetMap.

◆ MAP_RELEASE

MAP_RELEASE =(1)

Unique string to identify the map data release e.g. 2010. Vendor specific ID

◆ MAP_VERSION

MAP_VERSION =(3)

Unique string to identify the map data version of a given data release.

◆ TRUCK_DATA

TRUCK_DATA =(2)

1 if truck data, 0 otherwise


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