MapLibre Native Core
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
coordinate.hpp
Go to the documentation of this file.
1 #pragma once
2 
4 #include <mbgl/util/geo.hpp>
5 
6 #include <optional>
7 
8 namespace mbgl {
9 namespace style {
10 namespace conversion {
11 
12 template<>
13 struct Converter<LatLng> {
14 public:
15  std::optional<LatLng> operator() (const Convertible& value, Error& error) const;
16 };
17 
18 } // namespace conversion
19 } // namespace style
20 } // namespace mbgl
std::unique_ptr< Expression > error(std::string)
Definition: actor.hpp:15