summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLPolyline.h
diff options
context:
space:
mode:
authorJordan Kiley <jmkiley@users.noreply.github.com>2018-03-20 10:33:44 -0700
committerGitHub <noreply@github.com>2018-03-20 10:33:44 -0700
commit68fcbf0a7274516555bcc44f932c8bbe8f1eb073 (patch)
tree197e036611d8da40917d7bd4be1fdc00cb1ca89e /platform/darwin/src/MGLPolyline.h
parenta2250098f5dc39a4486555e35823d634a8d0b786 (diff)
downloadqtlocation-mapboxgl-68fcbf0a7274516555bcc44f932c8bbe8f1eb073.tar.gz
[ios, macos] Document to use subclasses of MGLFeature to access attributes (#11462)
Diffstat (limited to 'platform/darwin/src/MGLPolyline.h')
-rw-r--r--platform/darwin/src/MGLPolyline.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/darwin/src/MGLPolyline.h b/platform/darwin/src/MGLPolyline.h
index e46baa91cc..1ed3dd0b9f 100644
--- a/platform/darwin/src/MGLPolyline.h
+++ b/platform/darwin/src/MGLPolyline.h
@@ -18,7 +18,8 @@ NS_ASSUME_NONNULL_BEGIN
You can add polyline shapes to the map by adding them to an `MGLShapeSource`
object. Configure the appearance of an `MGLShapeSource`’s or
`MGLVectorSource`’s polylines collectively using an `MGLLineStyleLayer` or
- `MGLSymbolStyleLayer` object.
+ `MGLSymbolStyleLayer` object. To access a polyline’s attributes, use an
+ `MGLPolylineFeature` object.
Alternatively, you can add a polyline overlay directly to a map view using the
`-[MGLMapView addAnnotation:]` or `-[MGLMapView addOverlay:]` method. Configure