高德地图 Windows Phone 8 搜索API参考手册
Assembly: WindowPhone8DOC (in WindowPhone8DOC.dll) Version: 2.0.0.0
返回地图视窗更新参数类,用于传递给MoveCarmera作为参数
使用中心点、比例尺、旋转角度和倾获取CameraUpdate对象
Namespace: Com.AMap.Api.MapsAssembly: WindowPhone8DOC (in WindowPhone8DOC.dll) Version: 2.0.0.0
Syntax
Parameters
- latLng
- Type: Com.AMap.Api.Maps.Model LatLng
中心点latLng
- zoom
- Type: System Single
比例尺
- bearing
- Type: System Single
旋转角度,逆时针旋转,取值为:[0.f, 360.f]
- tilt
- Type: System Single
倾角,取值为:[0.f, 45.f]
Return Value
Type: CameraUpdate返回地图视窗更新参数类,用于传递给MoveCarmera作为参数
See Also