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/MGLFeature.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'platform/darwin/src/MGLFeature.h') diff --git a/platform/darwin/src/MGLFeature.h b/platform/darwin/src/MGLFeature.h index 62471abb16..0cbf9d70f9 100644 --- a/platform/darwin/src/MGLFeature.h +++ b/platform/darwin/src/MGLFeature.h @@ -174,6 +174,11 @@ NS_ASSUME_NONNULL_BEGIN /** An `MGLPointFeature` object associates a point shape with an optional identifier and attributes. + + #### Related examples + See the + Dynamically style interactive points example to learn how to initialize + `MGLPointFeature` objects and add it them your map. */ MGL_EXPORT @interface MGLPointFeature : MGLPointAnnotation @@ -186,6 +191,11 @@ MGL_EXPORT A polyline feature is known as a LineString feature in GeoJSON. + + #### Related examples + See the + Add a line annotation from GeoJSON example to learn how to initialize an + `MGLPolylineFeature` and add it to an `MGLMapView` object. */ MGL_EXPORT @interface MGLPolylineFeature : MGLPolyline @@ -248,6 +258,11 @@ MGL_EXPORT A shape collection feature is known as a feature collection in GeoJSON. + + #### Related examples + See the + Add multiple shapes from a single shape source example to learn how to + add shape data to your map using an `MGLShapeCollectionFeature` object. */ MGL_EXPORT @interface MGLShapeCollectionFeature : MGLShapeCollection -- cgit v1.2.1