From 1529116ef6a3e2ece63adfa12e02f57a18efff27 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Wed, 8 Jun 2016 17:18:28 -0700 Subject: [core] Introduce Map::getLayer --- include/mbgl/map/map.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/mbgl/map/map.hpp b/include/mbgl/map/map.hpp index d50aac1c09..749c45c4c2 100644 --- a/include/mbgl/map/map.hpp +++ b/include/mbgl/map/map.hpp @@ -149,6 +149,7 @@ public: AnnotationIDs getPointAnnotationsInBounds(const LatLngBounds&); + style::Layer* getLayer(const std::string& layerID); void addLayer(std::unique_ptr, const optional& beforeLayerID = {}); void removeLayer(const std::string& layerID); -- cgit v1.2.1