AMap RemoveAMapLayer 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 bool RemoveAMapLayer(
	AMapLayer layer
)

Parameters

layer
Type: Com.AMap.Api.Maps AMapLayer
要移除的地图图层,包含移除地图上的点、线、面和圆

Return Value

Type: 联机Boolean
返回是否成功移除地图图层
See Also