Home
last modified time | relevance | path

Searched refs:PropertyMap (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeometry_tile_data.hpp45 virtual PropertyMap getProperties() const { return PropertyMap(); } in getProperties()
H A Dgeojson_tile_data.hpp20 PropertyMap getProperties() const override { in getProperties()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dfeature.hpp11 using PropertyMap = mapbox::geometry::property_map; typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dexpression.cpp18 PropertyMap getProperties() const override { return feature.properties; } in getProperties()
H A Dcompound_expression.cpp390 const PropertyMap properties = params.feature->getProperties(); in initializeDefinitions()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqt_geojson.cpp131 mbgl::PropertyMap properties; in asMapboxGLFeature()