summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLStyle.h
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-12-12 23:05:09 -0800
committerGitHub <noreply@github.com>2016-12-12 23:05:09 -0800
commit1ab791c3dc15ee5d7bb8045e15a6ea4782b2e337 (patch)
treeec51874bf147d69f0cc793adf421b975324df0e2 /platform/darwin/src/MGLStyle.h
parente38b4b590df2f74b47e25df9c44f4152ef1c582c (diff)
downloadqtlocation-mapboxgl-1ab791c3dc15ee5d7bb8045e15a6ea4782b2e337.tar.gz
[ios, macos] Override references to property names in property requirements lists (#7391)
* [ios, macos] Refer to template images in documentation SDF icons are known as template images in AppKit and UIKit. * [ios, macos] Override property names in requirements
Diffstat (limited to 'platform/darwin/src/MGLStyle.h')
-rw-r--r--platform/darwin/src/MGLStyle.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/darwin/src/MGLStyle.h b/platform/darwin/src/MGLStyle.h
index 266715ec88..f39a7af803 100644
--- a/platform/darwin/src/MGLStyle.h
+++ b/platform/darwin/src/MGLStyle.h
@@ -392,7 +392,8 @@ static const NSInteger MGLStyleDefaultVersion = 9;
Adds or overrides an image used by the style’s layers.
To use an image in a style layer, give it a unique name using this method, then
- set the `iconImage` property of an `MGLSymbolStyleLayer` object to that name.
+ set the `iconImageName` property of an `MGLSymbolStyleLayer` object to that
+ name.
@param image The image for the name.
@param name The name of the image to set to the style.