VisibleRegion Constructor 高德地图 Windows Phone 8 搜索API参考手册
高德地图 Windows Phone 8 搜索API参考手册
根据指定的参数,构造一个新的VisibleRegion类对象。

Namespace: Com.AMap.Api.Maps.Model
Assembly: WindowPhone8DOC (in WindowPhone8DOC.dll) Version: 2.0.0.0
Syntax

public VisibleRegion(
	LatLng nearLeft,
	LatLng nearRight,
	LatLng farLeft,
	LatLng farRight,
	LatLngBounds latLngBounds
)
See Also