#import <EMLocationMessageBody.h>
EMLocationMessageBody.h 位置消息体
- 作者
- Hyphenate
- 版本
- 3.00
位置消息体。
| - (instancetype _Nonnull) initWithLatitude: |
|
(double) |
aLatitude |
| longitude: |
|
(double) |
aLongitude |
| address: |
|
(NSString *_Nullable) |
aAddress |
|
|
| |
初始化位置消息体
- 参数
-
| aLatitude | 纬度。 |
| aLongitude | 经度。 |
| aAddress | 地理位置信息。 |
- 返回
- 位置消息体实例。
| - (instancetype _Nonnull) initWithLatitude: |
|
(double) |
aLatitude |
| longitude: |
|
(double) |
aLongitude |
| address: |
|
(NSString *_Nullable) |
aAddress |
| buildingName: |
|
(NSString *_Nullable) |
aBuildingName |
|
|
| |
初始化位置消息体
- 参数
-
| aLatitude | 纬度 |
| aLongitude | 经度 |
| aAddress | 地理位置信息 |
| aBuildingName | 建筑物名称 |
- 返回
- 位置消息体实例
| - (NSString* _Nullable) address |
|
readwritenonatomiccopy |
| - (NSString* _Nullable) buildingName |
|
readwritenonatomiccopy |
该类的文档由以下文件生成: