|
Chat SDK for Unity and Windows v1.3.1
|
Public Member Functions | |
| LocationBody (double latitude, double longitude, string address="", string buildName="") | |
Public Attributes | |
| double | Latitude |
| double | Longitude |
| string | Address |
| string | BuildingName |
Additional Inherited Members |
The location message body.
| AgoraChat.MessageBody.LocationBody.LocationBody | ( | double | latitude, |
| double | longitude, | ||
| string | address = "", |
||
| string | buildName = "" |
||
| ) |
The location message body constructor.
| latitude | The latitude. |
| longitude | The longitude. |
| address | The address. |
| buildName | The building name. |
| double AgoraChat.MessageBody.LocationBody.Latitude |
The latitude and longitude.
| string AgoraChat.MessageBody.LocationBody.Address |
The address.
| string AgoraChat.MessageBody.LocationBody.BuildingName |
The building name.