Chat SDK for Android v1.3.1
agora java chat SDK
|
Public Member Functions | |
LocationMessageBody (String address, double latitude, double longitude, String buildingName) | |
String | getAddress () |
double | getLatitude () |
double | getLongitude () |
String | getBuildingName () |
The location message body.
io.agora.chat.LocationMessageBody.LocationMessageBody | ( | 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 io.agora.chat.LocationMessageBody.getAddress | ( | ) |
Gets the address.
String io.agora.chat.LocationMessageBody.getBuildingName | ( | ) |
Gets the building name.
double io.agora.chat.LocationMessageBody.getLatitude | ( | ) |
Gets the latitude.
double io.agora.chat.LocationMessageBody.getLongitude | ( | ) |
Gets the longitude.