高德地图SDK(导航) V10.0.900
|
#import <AMapNaviCommonObj.h>
Class Methods | |
(AMapNaviPointBounds *) | + pointBoundsWithNorthEast:southWest: |
AMapNaviPointBounds类对象的初始化函数 | |
Properties | |
AMapNaviPoint * | northEast |
东北角坐标 | |
AMapNaviPoint * | southWest |
西南角坐标 | |
+ (AMapNaviPointBounds *) pointBoundsWithNorthEast: | (AMapNaviPoint *) | northEast | |
southWest: | (AMapNaviPoint *) | southWest | |
AMapNaviPointBounds类对象的初始化函数
northEast | 东北角经纬度 |
southWest | 西南角经纬度 |
|
readwritenonatomicstrong |
东北角坐标
|
readwritenonatomicstrong |
西南角坐标