OsmAnd
|
#include <mapObjects.h>
Public Attributes | |
const int | type |
long long | id |
unsigned int | stringId |
std::string | name |
Static Public Attributes | |
static const unsigned int | UNDEFINED_STRING = 0x7fffffff |
static const int | MAP_DATA_OBJECT = 1 |
static const int | MULTI_POLYGON = 2 |
Protected Member Functions | |
BaseMapDataObject (int t) |
BaseMapDataObject::BaseMapDataObject | ( | int | t | ) | [protected] |
long long BaseMapDataObject::id |
const int BaseMapDataObject::MAP_DATA_OBJECT = 1 [static] |
const int BaseMapDataObject::MULTI_POLYGON = 2 [static] |
std::string BaseMapDataObject::name |
unsigned int BaseMapDataObject::stringId |
const int BaseMapDataObject::type |
const unsigned int BaseMapDataObject::UNDEFINED_STRING = 0x7fffffff [static] |