|
| 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) |
|
The location message body.
LocationMessageBody(String address, double latitude, double longitude, String buildingName)
Definition: LocationMessageBody.java:50
◆ LocationMessageBody()
io.agora.chat.LocationMessageBody.LocationMessageBody |
( |
String |
address, |
|
|
double |
latitude, |
|
|
double |
longitude, |
|
|
String |
buildingName |
|
) |
| |
Creates a location message body.
- Parameters
-
address | The address. |
latitude | The latitude. |
longitude | The longitude. |
buildingName | The building name. |
◆ getAddress()
String io.agora.chat.LocationMessageBody.getAddress |
( |
| ) |
|
◆ getBuildingName()
String io.agora.chat.LocationMessageBody.getBuildingName |
( |
| ) |
|
◆ getLatitude()
double io.agora.chat.LocationMessageBody.getLatitude |
( |
| ) |
|
◆ getLongitude()
double io.agora.chat.LocationMessageBody.getLongitude |
( |
| ) |
|
◆ CREATOR
The documentation for this class was generated from the following file:
- io/agora/chat/LocationMessageBody.java