高德地图 Windows Phone 8 搜索API参考手册
Assembly: WindowPhone8DOC (in WindowPhone8DOC.dll) Version: 2.0.0.0
根据指定的参数,构造一个新的VisibleRegion类对象。
Namespace: Com.AMap.Api.Maps.ModelAssembly: WindowPhone8DOC (in WindowPhone8DOC.dll) Version: 2.0.0.0
Syntax
Parameters
- nearLeft
- Type: Com.AMap.Api.Maps.Model LatLng
区域离视野最近的左顶点。
- nearRight
- Type: Com.AMap.Api.Maps.Model LatLng
区域离视野最近的右顶点。
- farLeft
- Type: Com.AMap.Api.Maps.Model LatLng
区域离视野最远的左顶点。
- farRight
- Type: Com.AMap.Api.Maps.Model LatLng
区域离视野最远的右顶点。
- latLngBounds
- Type: Com.AMap.Api.Maps.Model LatLngBounds
最小边界框。
See Also