高德地图 Windows Phone 8 搜索API参考手册The VisibleRegion type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
VisibleRegion |
根据指定的参数,构造一个新的VisibleRegion类对象。
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | 允许 Object 在垃圾回收器回收该对象之前尝试释放资源并执行其他清理操作。 (Inherited from Object.) | |
GetHashCode | 用作特定类型的哈希函数。 (Inherited from Object.) | |
GetType | 获取当前实例的 Type。 (Inherited from Object.) | |
MemberwiseClone | 创建当前 Object 的一个浅表副本。 (Inherited from Object.) | |
ToString | 返回一个字符串,它表示当前的对象。 (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
farLeft |
获取区域离视野最远的左顶点,类型为一个包含经纬度坐标的LatLng对象。
| |
farRight |
获取区域离视野最远的右顶点,类型为一个包含经纬度坐标的LatLng对象。
| |
latLngBounds |
获取最小边界框,用于表示该类所定义的可见区域。
| |
nearLeft |
获取区域离视野最近的左顶点,类型为一个包含经纬度坐标的LatLng对象。
| |
nearRight |
获取区域离视野最近的右顶点,类型为一个包含经纬度坐标的LatLng对象。
|
See Also