Home
last modified time | relevance | path

Searched refs:GeoJSONOptions (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dgeojson_options.cpp7 optional<GeoJSONOptions> Converter<GeoJSONOptions>::operator()(const Convertible& value, Error& err… in operator ()()
8 GeoJSONOptions options; in operator ()()
H A Dsource.cpp101 optional<GeoJSONOptions> options = convert<GeoJSONOptions>(value, error); in convertGeoJSONSource()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/conversion/
H A Dgeojson_options.hpp11 struct Converter<GeoJSONOptions> {
12 optional<GeoJSONOptions> operator()(const Convertible& value, Error& error) const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/sources/
H A Dgeojson_source_impl.hpp22 Impl(std::string id, GeoJSONOptions);
32 GeoJSONOptions options;
H A Dgeojson_source.cpp12 GeoJSONSource::GeoJSONSource(const std::string& id, const GeoJSONOptions& options) in GeoJSONSource()
H A Dgeojson_source_impl.cpp42 GeoJSONSource::Impl::Impl(std::string id_, GeoJSONOptions options_) in Impl()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/sources/
H A Dgeojson_source.hpp14 struct GeoJSONOptions { struct
30 GeoJSONSource(const std::string& id, const GeoJSONOptions& = {});