summaryrefslogtreecommitdiff
path: root/platform/android/src/style/conversion/filter.hpp
blob: df482de8f3caf6828b85266307ace8f074d3320f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#pragma once

#include <mbgl/style/filter.hpp>
#include <mbgl/util/optional.hpp>

#include <jni/jni.hpp>

namespace mbgl {
namespace android {
namespace conversion {

optional<mbgl::style::Filter> toFilter(jni::JNIEnv&, jni::Array<jni::Object<>>);

} // namespace conversion
} // namespace android
} // namespace mbgl