OsmAnd
Classes | Typedefs | Functions
jni/osmand/mapObjects.h File Reference
#include <jni.h>
#include <vector>
#include <string>
#include "common.h"

Go to the source code of this file.

Classes

class  BaseMapDataObject
struct  SearchResult
class  MultiPolygonObject
class  MapDataObject

Typedefs

typedef std::pair< std::string,
std::string > 
tag_value
typedef std::pair< int, int > int_pair

Functions

std::vector< BaseMapDataObject * > marshalObjects (jobjectArray binaryMapDataObjects)
void deleteObjects (std::vector< BaseMapDataObject * > &v)
void loadJniMapObjects ()
void unloadJniMapObjects ()
int getNegativeWayLayer (int type)

Typedef Documentation

typedef std::pair<int, int> int_pair
typedef std::pair<std::string, std::string> tag_value

Function Documentation

void deleteObjects ( std::vector< BaseMapDataObject * > &  v)
int getNegativeWayLayer ( int  type)
std::vector<BaseMapDataObject* > marshalObjects ( jobjectArray  binaryMapDataObjects)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines