From 271b78c1309dd9391e9fc315e9d9873381f5999d Mon Sep 17 00:00:00 2001 From: Josh Erb Date: Tue, 30 Oct 2018 18:03:56 -0400 Subject: [ios][documentation] link API documentation to ios-sdk/examples --- platform/darwin/src/MGLVectorTileSource.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'platform/darwin/src/MGLVectorTileSource.h') diff --git a/platform/darwin/src/MGLVectorTileSource.h b/platform/darwin/src/MGLVectorTileSource.h index 70d2f6e8ec..56fee440c8 100644 --- a/platform/darwin/src/MGLVectorTileSource.h +++ b/platform/darwin/src/MGLVectorTileSource.h @@ -53,6 +53,11 @@ NS_ASSUME_NONNULL_BEGIN ]) mapView.style?.addSource(source) ``` + + #### Related examples + See the + Data-driven circles example to learn how to add data to your map using + an `MGLVectorTileSource` object. */ MGL_EXPORT @interface MGLVectorTileSource : MGLTileSource -- cgit v1.2.1