forked from organicmaps/organicmaps
[android] [bookmarks] show bookmark from bookmarks manager
This commit is contained in:
parent
9df3e57c9b
commit
4dd0563a96
1 changed files with 5 additions and 0 deletions
|
@ -8,6 +8,11 @@ namespace {
|
|||
|
||||
extern "C"
|
||||
{
|
||||
JNIEXPORT jint JNICALL
|
||||
Java_com_mapswithme_maps_bookmarks_data_BookmarkManager_nShowBookmark(JNIEnv * env, jobject thiz, jint c, jint b)
|
||||
{
|
||||
frm()->ShowBookmark(*g_framework->NativeFramework()->GetBmCategory(c)->GetBookmark(b));
|
||||
}
|
||||
|
||||
JNIEXPORT void JNICALL
|
||||
Java_com_mapswithme_maps_bookmarks_data_BookmarkManager_putBookmark(
|
||||
|
|
Loading…
Add table
Reference in a new issue