hyphenate_SDK3.0 4.0.0
hyphenate java IM SDK
|
Public 成员函数 | |
EMLocationMessageBody (String address, double latitude, double longitude, String buildingName) | |
EMLocationMessageBody (String address, double latitude, double longitude) | |
EMLocationMessageBody (EMALocationMessageBody body) | |
String | getAddress () |
double | getLatitude () |
double | getLongitude () |
String | getBuildingName () |
String | toString () |
int | describeContents () |
void | writeToParcel (Parcel dest, int flags) |
静态 Public 属性 | |
static final Parcelable.Creator< EMLocationMessageBody > | CREATOR |
位置信息消息体。
com.hyphenate.chat.EMLocationMessageBody.EMLocationMessageBody | ( | String | address, |
double | latitude, | ||
double | longitude, | ||
String | buildingName | ||
) |
创建一个位置信息体。
address | 地址。 |
latitude | 纬度。 |
longitude | 经度。 |
buildingName | 建筑物名称。 |
String com.hyphenate.chat.EMLocationMessageBody.getAddress | ( | ) |
获取地址。
String com.hyphenate.chat.EMLocationMessageBody.getBuildingName | ( | ) |
获取建筑物名称。
double com.hyphenate.chat.EMLocationMessageBody.getLatitude | ( | ) |
获取纬度。
double com.hyphenate.chat.EMLocationMessageBody.getLongitude | ( | ) |
获取经度。
|
static |