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