iOS高德轻量版地图SDK  1.2.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 <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
MAAnnotation.h
MAShape::title
NSString * title
标题
Definition: MAShape.h:16
MAShape
该类为一个抽象类,定义了基于MAAnnotation的MAShape类的基本属性和行为,不能直接使用,必须子类化之后才能使用
Definition: MAShape.h:13
MAAnnotation-p
该类为标注点的protocol,提供了标注类的基本信息函数
Definition: MAAnnotation.h:15
MAShape::subtitle
NSString * subtitle
副标题
Definition: MAShape.h:19
© 2020 高德信息技术有限公司版权所有,保留所有权利。