// // AMapUtility.h // AMapFoundation // // Created by xiaoming han on 15/10/27. // Copyright © 2015年 Amap. All rights reserved. // #import #import //工具方法 /** * @brief 如果字符串为nil则返回空字符串 */ FOUNDATION_STATIC_INLINE NSString * AMapEmptyStringIfNil(NSString *s) { return s ? s : @""; } ///坐标类型枚举 typedef NS_ENUM(NSInteger, AMapCoordinateType) { AMapCoordinateTypeAMap = -1, ///