mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Make ASMapNode vend its annotations
This commit is contained in:
@@ -48,10 +48,9 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
@property (nonatomic, weak) id <MKMapViewDelegate> mapDelegate;
|
||||
|
||||
/**
|
||||
* @discussion This method sets the annotations of the static map view and also to the live map view. Passing an empty array clears the map of any annotations.
|
||||
* @param annotations An array of objects that conform to the MKAnnotation protocol
|
||||
* @abstract The annotations to display on the map.
|
||||
*/
|
||||
- (void)setAnnotations:(NSArray<id<MKAnnotation>> *)annotations;
|
||||
@property (nonatomic, copy) NSArray<id<MKAnnotation>> *annotations;
|
||||
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user