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