Location 类
表示位置的 CQCode。
继承成员
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
命名空间: HuajiTech.CoolQ.Messaging
程序集: HuajiTech.CoolQ.Messaging.dll
语法
public class Location : CQCode, ISendable, IEquatable<MessageElement>
构造函数
| 改善此文档 查看源代码Location()
声明
public Location()
Location(IDictionary<String, String>)
声明
public Location(IDictionary<string, string> parameters)
参数
类型 | 名称 | 描述 |
---|---|---|
System.Collections.Generic.IDictionary<System.String, System.String> | parameters |
属性
| 改善此文档 查看源代码Address
获取或设置当前 Location 实例的地址。
声明
public string Address { get; set; }
属性值
类型 | 描述 |
---|---|
System.String |
Latitude
获取或设置当前 Location 实例的纬度。
声明
public double Latitude { get; set; }
属性值
类型 | 描述 |
---|---|
System.Double |
Longitude
获取或设置当前 Location 实例的经度。
声明
public double Longitude { get; set; }
属性值
类型 | 描述 |
---|---|
System.Double |
Name
获取或设置当前 Location 实例的名称。
声明
public string Name { get; set; }
属性值
类型 | 描述 |
---|---|
System.String |
Scale
获取或设置当前 Location 实例的缩放等级。
声明
public int Scale { get; set; }
属性值
类型 | 描述 |
---|---|
System.Int32 |
实现
System.IEquatable<T>