高德地图 Windows Phone 8 搜索API参考手册
Assembly: WindowPhone8DOC (in WindowPhone8DOC.dll) Version: 2.0.0.0
返回CameraUpdate对象。
和newLatLngBounds(LatLngBounds, int)不一样的是,这个方法可以根据长、宽参数来决定限制区域的大小。
根据给定的参数,返回CameraUpdate对象。这个对象包含一个经纬度限定的区域,这个区域将会放置在屏幕中间并且是最大可能的缩放级别。你可以设置一个边距数值来控制插入区域与view的边框之间的空白距离。
Namespace: Com.AMap.Api.MapsAssembly: WindowPhone8DOC (in WindowPhone8DOC.dll) Version: 2.0.0.0
Syntax
Parameters
- latLngBounds
- Type: Com.AMap.Api.Maps.Model LatLngBounds
给定的限定区域。
- width
- Type: System Int32
限定区域的宽度。
- height
- Type: System Int32
限定区域的高度。
- padding
- Type: System Int32
设置区域和view之间的空白距离,单位像素。这个值适用于区域的四个边。
Return Value
Type: CameraUpdate返回CameraUpdate对象。
Remarks
See Also