高德地图SDK(导航)  V11.1.000
MAMultiPointOverlay Class Reference

#import <MAMultiPointOverlay.h>

Inheritance diagram for MAMultiPointOverlay:
MAShape <MAOverlay> MABaseOverlay <MAAnnotation> <MAAnnotation> <MAOverlay> <MAAnnotation>

Instance Methods

(instancetype) - initWithMultiPointItems:
 
- Instance Methods inherited from <MAOverlay>
(CLLocationCoordinate2D) - coordinate
 
(MAMapRect- boundingMapRect
 
- Instance Methods inherited from <MAAnnotation>
(void) - setCoordinate:
 设置标注的坐标,在拖拽时会被调用. Set the coordinates of the annotation, which will be called during dragging More...
 

Properties

NSArray< MAMultiPointItem * > * items
 
- Properties inherited from MAShape
NSString * title
 标题 Title More...
 
NSString * subtitle
 副标题 Subtitle More...
 
- Properties inherited from MABaseOverlay
CLLocationCoordinate2D coordinate
 
MAMapRect boundingMapRect
 
double altitude
 
- Properties inherited from <MAAnnotation>
NSString * title
 
NSString * subtitle
 
double altitude
 

Additional Inherited Members

- Protected Attributes inherited from MAShape
NSString * _title
 标题 Title More...
 
NSString * _subtitle
 副标题 Subtitle More...
 
- Protected Attributes inherited from MABaseOverlay
double _altitude
 海拔 Elevation More...
 

Detailed Description

海量点overlay(since 5.1.0) Massive point overlay since 5.1.0

Method Documentation

◆ initWithMultiPointItems:

- (instancetype) initWithMultiPointItems: (NSArray< MAMultiPointItem * > *)  items

初始化方法 Initialization method

Property Documentation

◆ items

- (NSArray<MAMultiPointItem *>*) items
readnonatomicassign

点对象集合(注意:MAMultiPointItem属性不支持动态更新) Point object collection (Note: MAMultiPointItem properties do not support dynamic updates)


The documentation for this class was generated from the following file:
© 2017 高德信息技术有限公司 版权所有,保留所有权利。