agora_chat_SDK 1.0.6
agora java chat SDK
|
Public 成员函数 | |
LocationMessageBody (String address, double latitude, double longitude, String buildingName) | |
LocationMessageBody (String address, double latitude, double longitude) | |
LocationMessageBody (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< LocationMessageBody > | CREATOR |
位置信息消息体。
io.agora.chat.LocationMessageBody.LocationMessageBody | ( | String | address, |
double | latitude, | ||
double | longitude, | ||
String | buildingName | ||
) |
创建一个位置信息体。
address | 地址。 |
latitude | 纬度。 |
longitude | 经度。 |
buildingName | 建筑物名称。 |
String io.agora.chat.LocationMessageBody.getAddress | ( | ) |
获取地址。
String io.agora.chat.LocationMessageBody.getBuildingName | ( | ) |
获取建筑物名称。
double io.agora.chat.LocationMessageBody.getLatitude | ( | ) |
获取纬度。
double io.agora.chat.LocationMessageBody.getLongitude | ( | ) |
获取经度。
|
static |