Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Dannotation_manager.cpp20 const std::string AnnotationManager::SourceID = "com.mapbox.annotations"; member in mbgl::AnnotationManager
159 if (!style.get().impl->getSource(SourceID)) { in updateStyle()
162 std::unique_ptr<SymbolLayer> layer = std::make_unique<SymbolLayer>(PointLayerID, SourceID); in updateStyle()
166 …layer->setIconImage(PropertyExpression<std::string>(concat(vec(literal(SourceID + "."), toString(g… in updateStyle()
214 return AnnotationManager::SourceID + "." + id; in prefixedImageID()
H A Dannotation_source.cpp13 : Source::Impl(SourceType::Annotations, AnnotationManager::SourceID) { in Impl()
H A Dfill_annotation_impl.cpp19 auto newLayer = std::make_unique<FillLayer>(layerID, AnnotationManager::SourceID); in updateStyle()
H A Dline_annotation_impl.cpp19 auto newLayer = std::make_unique<LineLayer>(layerID, AnnotationManager::SourceID); in updateStyle()
H A Dannotation_manager.hpp47 static const std::string SourceID; member in mbgl::AnnotationManager
H A Dannotation_tile.cpp13 : GeometryTile(overscaledTileID, AnnotationManager::SourceID, parameters), in AnnotationTile()