高德地图 Windows Phone 8 搜索API参考手册The LatLngBounds type exposes the following members.
Back to Top
Methods
| Name | Description | |
|---|---|---|
| builder |
创建一个LatLngBounds容器。
| |
| Contains(LatLng) |
判断矩形区域是否包含传入的经纬度点。
| |
| Contains(LatLngBounds) |
判断矩形区域是否包含传入的矩形区域。
| |
| (Inherited from | ||
允许 (Inherited from | ||
用作特定类型的哈希函数。 (Inherited from | ||
获取当前实例的 (Inherited from | ||
| Including |
返回一个新的矩形区域。新区域是根据传入的经纬度对原有区域进行最小的扩展。这个方法将选择向东北方向或西南方向扩展当中扩展面积相对较小一个区域。如果面积相同,则优先向西南方向扩展。
| |
| Intersects |
判断该矩形和传入的矩形是否相交。
| |
创建当前 (Inherited from | ||
返回一个字符串,它表示当前的对象。 (Inherited from |
See Also