MapLibre Native Core
get_json_type.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <
mbgl/style/conversion.hpp
>
4
#include <string>
5
6
namespace
mbgl
{
7
namespace
style {
8
namespace
conversion {
9
10
std::string
getJSONType
(
const
Convertible
& value);
11
12
}
// namespace conversion
13
}
// namespace style
14
}
// namespace mbgl
mbgl::style::conversion::Convertible
Definition:
conversion_impl.hpp:96
conversion.hpp
mbgl::style::conversion::getJSONType
std::string getJSONType(const Convertible &value)
mbgl::style::expression::dsl::string
std::unique_ptr< Expression > string(std::unique_ptr< Expression >, std::unique_ptr< Expression > def=nullptr)
mbgl
Definition:
actor.hpp:15
include
mbgl
style
conversion
get_json_type.hpp
MapLibre website
|
GitHub repository