// // MAOfflineCity.h // // Copyright (c) 2013年 Amap. All rights reserved. // #import "MAConfig.h" #if MA_INCLUDE_OFFLINE #import #import "MAOfflineItem.h" ///离线地图,城市信息 ///Offline Maps, City Information @interface MAOfflineCity : MAOfflineItem ///城市编码 ///City Codes @property (nonatomic, copy, readonly) NSString *cityCode; @end #endif