iOS高德地图SDK(2D)  v5.6.0
MAShape.h
Go to the documentation of this file.
1 //
2 // MAShape.h
3 // MAMapKit
4 //
5 // Created by AutoNavi.
6 // Copyright (c) 2013年 Amap. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import "MAAnnotation.h"
11 
13 @interface MAShape : NSObject <MAAnnotation>
14 
16 @property (nonatomic, copy) NSString *title;
17 
19 @property (nonatomic, copy) NSString *subtitle;
20 
21 @end
NSString * title
标题
Definition: MAShape.h:16
NSString * subtitle
副标题
Definition: MAShape.h:19
该类为一个抽象类,定义了基于MAAnnotation的MAShape类的基本属性和行为,不能直接使用,必须子类化之后才能...
Definition: MAShape.h:13
© 2017 高德信息技术有限公司 版权所有,保留所有权利。