BmobGeoPoint Class Reference
Inherits from | NSObject |
---|---|
Declared in | BmobGeoPoint.h |
longitude
经度,有效范围 (-180.0, 180.0).
@property (nonatomic) double longitude
Declared In
BmobGeoPoint.h
– initWithLongitude:WithLatitude:
初始化BmobGeoPoint
- (id)initWithLongitude:(double)mylongitude WithLatitude:(double)mylatitude
Parameters
mylongitude |
经度 |
---|---|
mylatitude |
纬度 |
Return Value
返回BmobGeoPoint对象
Declared In
BmobGeoPoint.h
– setLongitude:Latitude:
设置经纬度
- (void)setLongitude:(double)mylongitude Latitude:(double)mylatitude
Parameters
mylongitude |
经度 |
---|---|
mylatitude |
纬度 |
Declared In
BmobGeoPoint.h