// // AMapNaviMAProjection.h // AMapNaviKit // // Created by eidanlin on 2021/1/25. // Copyright © 2021 Amap. All rights reserved. // #import #import NS_ASSUME_NONNULL_BEGIN #ifdef __cplusplus extern "C" { #endif ///平面投影坐标结构定义 Planar projection coordinate structure definition typedef struct AMapNaviMAMapPoint { double x; ///