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

#import <MAShape.h>

Inheritance diagram for MAShape:
MABaseOverlay <MAAnnotation> <MAOverlay> <MAAnnotation> MAArc MACircle MACustomBuildingOverlay MAGroundOverlay MAHeatMapVectorGridOverlay MAHeatMapVectorOverlay MAMultiPoint MAMultiPointOverlay MAParticleOverlay MAPointAnnotation

Protected Attributes

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

Properties

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

- 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...
 

Detailed Description

该类为一个抽象类,定义了基于MAAnnotation的MAShape类的基本属性和行为,不能直接使用,必须子类化之后才能使用 This is an abstract class that defines the basic properties and behaviors of the MAShape class based on MAAnnotation. It cannot be used directly and must be subclassed before use.

Member Data Documentation

◆ _subtitle

- (NSString*) _subtitle
protected

副标题 Subtitle

◆ _title

- (NSString*) _title
protected

标题 Title

Property Documentation

◆ subtitle

- (NSString*) subtitle
readwritenonatomiccopy

副标题 Subtitle

◆ title

- (NSString*) title
readwritenonatomiccopy

标题 Title


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