1#pragma once
2
3#include <mbgl/style/conversion.hpp>
4#include <mbgl/style/position.hpp>
5
6namespace mbgl {
7namespace style {
8namespace conversion {
9
10template <>
11struct Converter<Position> {
12 optional<Position> operator()(const Convertible& value, Error& error) const;
13};
14
15} // namespace conversion
16} // namespace style
17} // namespace mbgl
18

source code of qtlocation/src/3rdparty/mapbox-gl-native/include/mbgl/style/conversion/position.hpp