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/ios/src/MGLAnnotationImage.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'platform/ios/src/MGLAnnotationImage.h') diff --git a/platform/ios/src/MGLAnnotationImage.h b/platform/ios/src/MGLAnnotationImage.h index 0b5a111841..fd76a9b43a 100644 --- a/platform/ios/src/MGLAnnotationImage.h +++ b/platform/ios/src/MGLAnnotationImage.h @@ -9,6 +9,11 @@ NS_ASSUME_NONNULL_BEGIN annotations visually on a map view. Annotation image objects wrap `UIImage` objects and may be recycled later and put into a reuse queue that is maintained by the map view. + + #### Related examples + See the + Mark a place on the map with an image example to learn how use an image + as a marker using `MGLAnnotationImage`. */ MGL_EXPORT @interface MGLAnnotationImage : NSObject -- cgit v1.2.1