Searched refs:SourceID (Results 1 – 6 of 6) sorted by relevance
20 const std::string AnnotationManager::SourceID = "com.mapbox.annotations"; member in mbgl::AnnotationManager159 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()
13 : Source::Impl(SourceType::Annotations, AnnotationManager::SourceID) { in Impl()
19 auto newLayer = std::make_unique<FillLayer>(layerID, AnnotationManager::SourceID); in updateStyle()
19 auto newLayer = std::make_unique<LineLayer>(layerID, AnnotationManager::SourceID); in updateStyle()
47 static const std::string SourceID; member in mbgl::AnnotationManager
13 : GeometryTile(overscaledTileID, AnnotationManager::SourceID, parameters), in AnnotationTile()