HyphenateSDK
3.6.1
|
#import <EMLocationMessageBody.h>
构造函数 | |
(instancetype) | - initWithLatitude:longitude:address: |
属性 | |
double | latitude |
double | longitude |
NSString * | address |
- (instancetype) initWithLatitude: | (double) | aLatitude | |
longitude: | (double) | aLongitude | |
address: | (NSString *) | aAddress | |
初始化位置消息体
aLatitude | 纬度 |
aLongitude | 经度 |
aAddress | 地理位置信息 |
|
readwritenonatomiccopy |
地址信息
|
readwritenonatomicassign |
纬度
|
readwritenonatomicassign |
经度