summaryrefslogtreecommitdiff
path: root/platform/macos/src/MGLAnnotationImage.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/macos/src/MGLAnnotationImage.h')
-rw-r--r--platform/macos/src/MGLAnnotationImage.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/platform/macos/src/MGLAnnotationImage.h b/platform/macos/src/MGLAnnotationImage.h
index 0f248c721c..d7336133d1 100644
--- a/platform/macos/src/MGLAnnotationImage.h
+++ b/platform/macos/src/MGLAnnotationImage.h
@@ -17,7 +17,7 @@ MGL_EXPORT
/**
Initializes and returns a new annotation image object.
-
+
@param image The image to display for the annotation.
@param reuseIdentifier The string that identifies this annotation image in the
reuse queue.
@@ -34,11 +34,11 @@ MGL_EXPORT
/**
The string that identifies this annotation image in the reuse queue.
(read-only)
-
+
You specify the reuse identifier when you create the image object. You use this
type later to retrieve an annotation image object that was created previously
but which is currently unused because its annotation is not on-screen.
-
+
If you define distinctly different types of annotations (with distinctly
different annotation images to go with them), you can differentiate between the
annotation types by specifying different reuse identifiers for each one.
@@ -47,7 +47,7 @@ MGL_EXPORT
/**
A Boolean value indicating whether the annotation is selectable.
-
+
The default value of this property is `YES`. If the value of this property is
`NO`, the annotation image ignores click events and cannot be selected.
*/
@@ -55,7 +55,7 @@ MGL_EXPORT
/**
The cursor that appears above any annotation using this annotation image.
-
+
By default, this property is set to `nil`, representing the current cursor.
*/
@property (nonatomic, nullable) NSCursor *cursor;