hyphenate_SDK4.0 4.8.0
hyphenate java IM SDK
|
Public Member Functions | |
EMLocationMessageBody (String address, double latitude, double longitude, String buildingName) | |
String | getAddress () |
double | getLatitude () |
double | getLongitude () |
String | getBuildingName () |
The location message body.
com.hyphenate.chat.EMLocationMessageBody.EMLocationMessageBody | ( | String | address, |
double | latitude, | ||
double | longitude, | ||
String | buildingName | ||
) |
Creates a location message body.
address | The address. |
latitude | The latitude. |
longitude | The longitude. |
buildingName | The building name. |
String com.hyphenate.chat.EMLocationMessageBody.getAddress | ( | ) |
Gets the address.
String com.hyphenate.chat.EMLocationMessageBody.getBuildingName | ( | ) |
Gets the building name.
double com.hyphenate.chat.EMLocationMessageBody.getLatitude | ( | ) |
Gets the latitude.
double com.hyphenate.chat.EMLocationMessageBody.getLongitude | ( | ) |
Gets the longitude.