iOS高德地图SDK(3D) V10.0.600
Loading...
Searching...
No Matches
MAShape Class Reference

该类为一个抽象类,定义了基于MAAnnotation的MAShape类的基本属性和行为,不能直接使用,必须子类化之后才能使用 More...

#import <MAShape.h>

Inheritance diagram for MAShape:
MABaseOverlay <MAOverlay> <MAAnnotation> MACircle MAMultiPoint MAPointAnnotation MAPolygon MAPolyline MAAnimatedAnnotation MAUserLocation

Protected Attributes

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

Properties

NSString * title
 标题
 
NSString * subtitle
 副标题
 
- Properties inherited from MABaseOverlay
CLLocationCoordinate2D coordinate
 返回区域中心坐标
 
MAMapRect boundingMapRect
 区域外接矩形
 
double altitude
 海拔,单位米,默认0
 
- Properties inherited from <MAAnnotation>
CLLocationCoordinate2D coordinate
 标注view中心坐标
 
NSString * title
 annotation标题
 
NSString * subtitle
 annotation副标题
 
double altitude
 annotation海拔高度,单位米,默认0
 

Additional Inherited Members

- Instance Methods inherited from <MAOverlay>
(CLLocationCoordinate2D) - coordinate
 返回区域中心坐标
 
(MAMapRect- boundingMapRect
 区域外接矩形
 
- Instance Methods inherited from <MAAnnotation>
(void) - setCoordinate:
 设置标注的坐标,在拖拽时会被调用.
 

Detailed Description

该类为一个抽象类,定义了基于MAAnnotation的MAShape类的基本属性和行为,不能直接使用,必须子类化之后才能使用

Member Data Documentation

◆ _subtitle

- (NSString*) _subtitle
protected

副标题

◆ _title

- (NSString*) _title
protected

标题

Property Documentation

◆ subtitle

- (NSString*) subtitle
readwritenonatomiccopy

副标题

◆ title

- (NSString*) title
readwritenonatomiccopy

标题


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