高德地图SDK(导航) V10.0.900
Loading...
Searching...
No Matches
MAOfflineItem.h
Go to the documentation of this file.
1//
2// MAOfflineItem.h
3// MapKit_static
4//
5// Created by songjian on 14-4-23.
6// Copyright © 2016 Amap. All rights reserved.
7//
8
9
10
11#import "MAConfig.h"
12
13#if MA_INCLUDE_OFFLINE
14
15#import <Foundation/Foundation.h>
16
18typedef NS_ENUM(NSInteger, MAOfflineItemStatus)
19{
20 MAOfflineItemStatusNone = 0,
21 MAOfflineItemStatusCached,
22 MAOfflineItemStatusInstalled,
23 MAOfflineItemStatusExpired
24};
25
26@interface MAOfflineItem : NSObject
27
29@property (nonatomic, copy, readonly) NSString *name;
30
32@property (nonatomic, copy, readonly) NSString *jianpin;
33
35@property (nonatomic, copy, readonly) NSString *pinyin;
36
38@property (nonatomic, copy, readonly) NSString *adcode;
39
41@property (nonatomic, assign, readonly) long long size;
42
44@property (nonatomic, assign, readonly) MAOfflineItemStatus itemStatus;
45
47@property (nonatomic, assign, readonly) long long downloadedSize;
48
49@end
50
51#endif
© 2017 高德信息技术有限公司 版权所有,保留所有权利。