Home
last modified time | relevance | path

Searched refs:toFeatureType (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Dshape_annotation_impl.cpp46 ToFeatureType toFeatureType; in updateTileData() local
48 FeatureType featureType = apply_visitor(toFeatureType, shapeFeature.geometry); in updateTileData()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dtile_cover_impl.cpp273 ToFeatureType toFeatureType; in Impl() local
274 isClosed = apply_visitor(toFeatureType, geom) == FeatureType::Polygon; in Impl()