iOS高德地图SDK(搜索)
V9.5.0
|
经纬度, description中格式为 <经度,纬度> More...
#import <AMapCommonObj.h>
Class Methods | |
(AMapGeoPoint *) | + locationWithLatitude:longitude: |
实例化一个AMapGeoPoint对象 More... | |
Properties | |
CGFloat | latitude |
纬度(垂直方向) More... | |
CGFloat | longitude |
经度(水平方向) More... | |
Additional Inherited Members | |
Instance Methods inherited from AMapSearchObject | |
(NSString *) | - formattedDescription |
返回格式化的描述信息。通用数据结构和response类型有效。 More... | |
经纬度, description中格式为 <经度,纬度>
+ (AMapGeoPoint *) locationWithLatitude: | (CGFloat) | lat | |
longitude: | (CGFloat) | lon | |
实例化一个AMapGeoPoint对象
lat | 纬度 |
lon | 经度 |
|
readwritenonatomicassign |
纬度(垂直方向)
|
readwritenonatomicassign |
经度(水平方向)