The location message body.
LocationMessageBody(String address, double latitude, double longitude, String buildingName)
Definition LocationMessageBody.java:36
◆ 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 |
( |
| ) |
|
The documentation for this class was generated from the following file:
- io/agora/chat/LocationMessageBody.java