高德地图SDK(导航)  V9.8.1
MAParticleOverlay Class Reference

该类用于定义一个粒子MAParticleOverlay, 通常MAParticleOverlay是MAParticleOverlayRenderer的model. since 6.5.0 More...

#import <MAParticleOverlay.h>

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

Instance Methods

(void) - updateOverlayOption:
 更新粒子覆盖物选项option More...
 
- Instance Methods inherited from <MAOverlay>
(CLLocationCoordinate2D) - coordinate
 返回区域中心坐标 More...
 
(MAMapRect- boundingMapRect
 区域外接矩形 More...
 
- Instance Methods inherited from <MAAnnotation>
(void) - setCoordinate:
 设置标注的坐标,在拖拽时会被调用. More...
 

Class Methods

(instancetype) + particleOverlayWithOption:
 根据粒子覆盖物选项option生成MAParticleOverlay More...
 

Properties

MAParticleOverlayOptionsoverlayOption
 当前粒子覆盖物的option,如果需要修改option的配置,需要修改后重新调用setOverlayOption:方法。 More...
 
- Properties inherited from MAShape
NSString * title
 标题 More...
 
NSString * subtitle
 副标题 More...
 
- Properties inherited from MABaseOverlay
CLLocationCoordinate2D coordinate
 返回区域中心坐标 More...
 
MAMapRect boundingMapRect
 区域外接矩形 More...
 
double altitude
 海拔,单位米,默认0 More...
 
- Properties inherited from <MAAnnotation>
NSString * title
 annotation标题 More...
 
NSString * subtitle
 annotation副标题 More...
 
double altitude
 annotation海拔高度,单位米,默认0 More...
 

Additional Inherited Members

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

Detailed Description

该类用于定义一个粒子MAParticleOverlay, 通常MAParticleOverlay是MAParticleOverlayRenderer的model. since 6.5.0

Method Documentation

◆ particleOverlayWithOption:

+ (instancetype) particleOverlayWithOption: (MAParticleOverlayOptions *)  option

根据粒子覆盖物选项option生成MAParticleOverlay

Parameters
option粒子覆盖物选项option
Returns
新生成的粒子覆盖物MAParticleOverlay

◆ updateOverlayOption:

- (void) updateOverlayOption: (MAParticleOverlayOptions *)  overlayOption

更新粒子覆盖物选项option

Parameters
overlayOption要更新的粒子覆盖物选项

Property Documentation

◆ overlayOption

- (MAParticleOverlayOptions*) overlayOption
readnonatomicstrong

当前粒子覆盖物的option,如果需要修改option的配置,需要修改后重新调用setOverlayOption:方法。


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