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