高德地图SDK(导航)
V11.1.000
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
#import "
MABaseOverlay.h
"
13
16
@interface
MAShape
:
MABaseOverlay
<
MAAnnotation
> {
17
18
NSString *
_title
;
19
NSString *
_subtitle
;
20
}
21
23
@property
(nonatomic, copy) NSString *title;
24
26
@property
(nonatomic, copy) NSString *subtitle;
27
28
@end
MAAnnotation.h
MABaseOverlay.h
MAConfig.h
MABaseOverlay
Definition:
MABaseOverlay.h:14
MAShape
Definition:
MAShape.h:16
MAShape::_title
NSString * _title
标题 Title
Definition:
MAShape.h:18
MAShape::_subtitle
NSString * _subtitle
副标题 Subtitle
Definition:
MAShape.h:19
MAAnnotation-p
Definition:
MAAnnotation.h:17
© 2017 高德信息技术有限公司 版权所有,保留所有权利。