Searched refs:AnnotationTileLayer (Results 1 – 4 of 4) sorted by relevance
75 AnnotationTileLayer::AnnotationTileLayer(std::shared_ptr<AnnotationTileLayerData> layer_) : layer(s… in AnnotationTileLayer() function in mbgl::AnnotationTileLayer78 std::size_t AnnotationTileLayer::featureCount() const { in featureCount()82 std::unique_ptr<GeometryTileFeature> AnnotationTileLayer::getFeature(std::size_t i) const { in getFeature()86 std::string AnnotationTileLayer::getName() const { in getName()90 void AnnotationTileLayer::addFeature(const AnnotationID id, in addFeature()106 return std::make_unique<AnnotationTileLayer>(it->second); in getLayer()111 std::unique_ptr<AnnotationTileLayer> AnnotationTileData::addLayer(const std::string& name) { in addLayer()117 return std::make_unique<AnnotationTileLayer>(it->second); in addLayer()
39 class AnnotationTileLayer : public GeometryTileLayer { class41 AnnotationTileLayer(std::shared_ptr<AnnotationTileLayerData>);61 std::unique_ptr<AnnotationTileLayer> addLayer(const std::string&);
34 class AnnotationTileLayer;41 void updateLayer(const CanonicalTileID&, AnnotationTileLayer&) const;
14 void SymbolAnnotationImpl::updateLayer(const CanonicalTileID& tileID, AnnotationTileLayer& layer) c… in updateLayer()