#pragma once #include #include namespace mbgl { namespace android { class IdentityStops : private mbgl::util::noncopyable { public: static constexpr auto Name() { return "com/mapbox/mapboxsdk/style/functions/stops/IdentityStops"; }; static jni::Object New(jni::JNIEnv&); static jni::Class javaClass; static void registerNative(jni::JNIEnv&); }; } // namespace android } // namespace mbgl