高德地图 Windows Phone 8 搜索API参考手册The CameraUpdateFactory type exposes the following members.
Back to Top
Methods
| Name | Description | |
|---|---|---|
| (Inherited from | ||
允许 (Inherited from | ||
用作特定类型的哈希函数。 (Inherited from | ||
获取当前实例的 (Inherited from | ||
创建当前 (Inherited from | ||
| NewCameraPosition(CameraPosition) |
根据地图视窗对象(CameraPosition)获取CameraUpdate对象
| |
| NewCameraPosition(LatLng, Single, Single, Single) |
使用中心点、比例尺、旋转角度和倾获取CameraUpdate对象
| |
| NewLatLng |
以latLng作为中心点获取CameraUpdate对象
| |
| NewLatLngBounds |
返回CameraUpdate对象,这个对象包含一个经纬度限定的区域,并且是最大可能的缩放级别。
| |
| NewLatLngBoundsWithSize |
根据给定的参数,返回CameraUpdate对象。这个对象包含一个经纬度限定的区域,这个区域将会放置在屏幕中间并且是最大可能的缩放级别。你可以设置一个边距数值来控制插入区域与view的边框之间的空白距离。
| |
| NewLatLngZoom |
使用latLng作为中心点,zoom做为比例尺获取CameraUpdate对象
| |
| ScrollBy |
返回水平平移xPixel像素 和垂直平移yPixel像素后的CameraUpdate对象;
如果 xPixel = 5 and yPixel = 0, 地图将会右移5个像素;
如果 xPixel = 0 and yPixel = 5,地图将会上移5个像素
| |
返回一个字符串,它表示当前的对象。 (Inherited from | ||
| ZoomBy(Single) |
以当前比例尺作为基准,zoomByamount作为差值缩放地图
| |
| ZoomBy(Single, Nullable Point ) |
以地图上的某点进行地图缩放,而非中心点; 如果focus为中心点,等同于ZoomBy(float zoomByamount)方法
| |
| ZoomIn |
返回单倍放大后的CameraUpdate对象,Zoom值加1
| |
| ZoomOut |
返回单倍缩小后的CameraUpdate对象,Zoom值减1
| |
| ZoomTo |
缩放地图到指定比例尺
|
See Also