#pragma once #include #include #include "source.hpp" #include namespace mbgl { namespace android { mbgl::android::Source* initializeSourcePeer(mbgl::Map&, mbgl::style::Source&); jni::jobject* createJavaSourcePeer(jni::JNIEnv&, mbgl::Map&, mbgl::style::Source&); void registerNativeSources(jni::JNIEnv&); } }