CameraUpdateFactory ScrollBy Method 高德地图 Windows Phone 8 搜索API参考手册
高德地图 Windows Phone 8 搜索API参考手册
返回水平平移xPixel像素 和垂直平移yPixel像素后的CameraUpdate对象; 如果 xPixel = 5 and yPixel = 0, 地图将会右移5个像素; 如果 xPixel = 0 and yPixel = 5,地图将会上移5个像素

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

public static CameraUpdate ScrollBy(
	float xPixel,
	float yPixel
)

Parameters

xPixel
Type: 联机System Single
水平方向移动像素值,可为负值
yPixel
Type: 联机System Single
垂直方向移动像素值,可为负值

Return Value

Type: CameraUpdate
返回地图视窗更新参数类,用于传递给MoveCarmera作为参数
Remarks

地图移动和地图方向是相对的,例如bearing=90,即东为上,那么右移就是向南移动
See Also