iOS高德地图SDK(3D)  V9.7.0
MAPointAnnotation Class Reference

点标注数据 More...

#import <MAPointAnnotation.h>

Inheritance diagram for MAPointAnnotation:
MAShape MABaseOverlay <MAAnnotation> <MAOverlay> <MAAnnotation> MAAnimatedAnnotation MAUserLocation

Properties

CLLocationCoordinate2D coordinate
 经纬度 More...
 
BOOL lockedToScreen
 是否固定在屏幕一点, 注意,拖动或者手动改变经纬度,都会导致设置失效 More...
 
CGPoint lockedScreenPoint
 固定屏幕点的坐标 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

- Instance Methods inherited from <MAOverlay>
(CLLocationCoordinate2D) - coordinate
 返回区域中心坐标 More...
 
(MAMapRect- boundingMapRect
 区域外接矩形 More...
 
- Instance Methods inherited from <MAAnnotation>
(void) - setCoordinate:
 设置标注的坐标,在拖拽时会被调用. More...
 
- Protected Attributes inherited from MAShape
NSString * _title
 标题 More...
 
NSString * _subtitle
 副标题 More...
 
- Protected Attributes inherited from MABaseOverlay
double _altitude
 海拔 More...
 

Detailed Description

点标注数据

Property Documentation

◆ coordinate

- (CLLocationCoordinate2D) coordinate
readwritenonatomicassign

经纬度

◆ lockedScreenPoint

- (CGPoint) lockedScreenPoint
readwritenonatomicassign

固定屏幕点的坐标

◆ lockedToScreen

- (BOOL) lockedToScreen
readwritenonatomicassign

是否固定在屏幕一点, 注意,拖动或者手动改变经纬度,都会导致设置失效


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