|
| LocationMessageBody (String address, double latitude, double longitude) |
|
| LocationMessageBody (EMALocationMessageBody body) |
|
String | getAddress () |
|
double | getLatitude () |
|
double | getLongitude () |
|
String | toString () |
|
int | describeContents () |
|
void | writeToParcel (Parcel dest, int flags) |
|
Location message body
LocationMessageBody body = new LocationMessageBody(“地址”, 30.010378, 104.358878);
io.agora.chat.LocationMessageBody.LocationMessageBody |
( |
String |
address, |
|
|
double |
latitude, |
|
|
double |
longitude |
|
) |
| |
Constructor of location message body
- Parameters
-
address | |
latitude | |
longitude | |
String io.agora.chat.LocationMessageBody.getAddress |
( |
| ) |
|
double io.agora.chat.LocationMessageBody.getLatitude |
( |
| ) |
|
double io.agora.chat.LocationMessageBody.getLongitude |
( |
| ) |
|
The documentation for this class was generated from the following file:
- hyphenatechatsdk/src/io/agora/chat/LocationMessageBody.java