Chat SDK for Unity and Windows v1.3.1
|
Public 成员函数 | |
LocationBody (double latitude, double longitude, string address="", string buildName="") | |
Public 属性 | |
double | Latitude |
double | Longitude |
string | Address |
string | BuildingName |
额外继承的成员函数 |
位置消息体。
AgoraChat.MessageBody.LocationBody.LocationBody | ( | double | latitude, |
double | longitude, | ||
string | address = "" , |
||
string | buildName = "" |
||
) |
位置消息体构造方法。
latitude | 纬度。 |
longitude | 经度。 |
address | 地址信息。 |
buildName | 建筑物名称。 |
double AgoraChat.MessageBody.LocationBody.Latitude |
经纬度坐标。
string AgoraChat.MessageBody.LocationBody.Address |
地址信息。
string AgoraChat.MessageBody.LocationBody.BuildingName |
建筑物名称。