forked from organicmaps/organicmaps
[android] Fixed missing native function.
This commit is contained in:
parent
a4f896b362
commit
1112229356
1 changed files with 6 additions and 0 deletions
|
@ -685,6 +685,12 @@ extern "C"
|
|||
return jni::ToJavaString(env, info.FormatNameAndAddress());
|
||||
}
|
||||
|
||||
JNIEXPORT void JNICALL
|
||||
Java_com_mapswithme_maps_Framework_nativeClearApiPoints(JNIEnv * env, jclass clazz)
|
||||
{
|
||||
g_framework->NativeFramework()->ClearMapApiPoints();
|
||||
}
|
||||
|
||||
JNIEXPORT void JNICALL
|
||||
Java_com_mapswithme_maps_Framework_nativeConnectBalloonListeners(JNIEnv * env, jclass clazz, jobject l)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue