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