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

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