iOS高德轻量版地图SDK
1.2.0
MAPointAnnotation.h
Go to the documentation of this file.
1
//
2
// MAPointAnnotation.h
3
// MAMapKitDemo
4
//
5
// Created by songjian on 13-1-7.
6
// Copyright © 2016 Amap. All rights reserved.
7
//
8
9
#import "
MAShape.h
"
10
#import <CoreLocation/CLLocation.h>
11
13
@interface
MAPointAnnotation
:
MAShape
14
16
@property
(nonatomic, assign) CLLocationCoordinate2D
coordinate
;
17
18
@end
MAPointAnnotation
点标注数据
Definition:
MAPointAnnotation.h:14
MAShape
该类为一个抽象类,定义了基于MAAnnotation的MAShape类的基本属性和行为,不能直接使用,必须子类化之后才能使用
Definition:
MAShape.h:13
MAShape.h
MAPointAnnotation::coordinate
CLLocationCoordinate2D coordinate
经纬度
Definition:
MAPointAnnotation.h:16
© 2020 高德信息技术有限公司版权所有,保留所有权利。