Home
last modified time | relevance | path

Searched refs:GeoJSONData (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/sources/
H A Dgeojson_source_impl.hpp14 class GeoJSONData { class
16 virtual ~GeoJSONData() = default;
27 GeoJSONData* getData() const;
33 std::unique_ptr<GeoJSONData> data;
H A Dgeojson_source_impl.cpp14 class GeoJSONVTData : public GeoJSONData {
28 class SuperclusterData : public GeoJSONData {
77 GeoJSONData* GeoJSONSource::Impl::getData() const { in getData()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/
H A Drender_geojson_source.hpp10 class GeoJSONData;
47 style::GeoJSONData* data = nullptr;
H A Drender_geojson_source.cpp36 GeoJSONData* data_ = impl().getData(); in update()