AMap AddAMapLayer Method 高德地图 Windows Phone 8 搜索API参考手册
高德地图 Windows Phone 8 搜索API参考手册
添加地图图层

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

public void AddAMapLayer(
	AMapLayer layer
)

Parameters

layer
Type: Com.AMap.Api.Maps AMapLayer
地图图层,包含地图元素点、线、面和圆
See Also