AMap Methods高德地图 Windows Phone 8 搜索API参考手册
高德地图 Windows Phone 8 搜索API参考手册The AMap type exposes the following members.
Methods

  NameDescription
Public methodAddAMapLayer
添加地图图层
Public methodAddCircle
根据AMapCircleOptions指定的圆参数添加一个圆到地图上
Public methodAddGroundOverlay
根据AMapGroundOverlayOptions将指定的图片覆盖物添加到地图上。如果options参数为null,则该方法返回null。
Public method联机AddHandler
为指定的路由事件添加路由事件处理程序,并将该处理程序添加到当前元素的处理程序集合中。将 handledEventsToo 指定为 true 时,可为已标记为由其他元素在事件路由过程中处理的路由事件调用所提供的处理程序。
(Inherited from 联机UIElement.)
Public methodAddMarker
根据AMapMarkerOptions指定的标注参数添加一个标注到地图上。如果options参数为null,则该方法返回null。
Public methodAddPolygon
根据AMapPolygonOptions指定的圆参数添加一个圆到地图上
Public methodAddPolyline
根据AMapPolylineOptions指定的折线参数添加一条折线到地图上
Public methodAnimateCamera
以动画效果的方式移动地图。
Public methodApplyTemplate
加载相关的控件模板,以便可以引用其部件。
(Inherited from 联机Control.)
Public method联机Arrange
定位子对象并确定 联机UIElement 的大小。为其子元素实现自定义布局的父对象应从其布局重写实现调用此方法以形成递归布局更新。
(Inherited from 联机UIElement.)
Protected method联机ArrangeOverride
提供 Windows Phone 布局的排列处理过程的行为。类可以重写该方法来定义其自己的排列处理过程行为。
(Inherited from 联机FrameworkElement.)
Public method联机CaptureMouse
将触摸输入捕获设置为 联机UIElement
(Inherited from 联机UIElement.)
Public methodCheckAccess
确定调用线程是否可以访问此对象。
(Inherited from 联机DependencyObject.)
Public methodClear
删除所有的覆盖物,点、线、面、圆和图层(AMaplayer)
Public method联机ClearValue
清除依赖项属性的本地值。
(Inherited from 联机DependencyObject.)
Public methodStatic memberDeleteAllCache
删除所有地图缓存
Public method联机Equals
确定指定的 联机Object 是否等于当前的 联机Object
(Inherited from 联机Object.)
Protected method联机Finalize
允许 联机Object 在垃圾回收器回收该对象之前尝试释放资源并执行其他清理操作。
(Inherited from 联机Object.)
Public method联机FindName
检索具有指定标识符名称的对象。
(Inherited from 联机FrameworkElement.)
Public methodFocus
尝试设置控件的焦点。
(Inherited from 联机Control.)
Public methodGetAnimationBaseValue
返回为 Windows Phone 依赖项属性设置的任意基值,在动画不活动时将应用它们。
(Inherited from 联机DependencyObject.)
Public method联机GetBindingExpression
检索 联机BindingExpression 中已建立绑定的依赖项属性。
(Inherited from 联机FrameworkElement.)
Public method联机GetHashCode
用作特定类型的哈希函数。
(Inherited from 联机Object.)
Public methodGetMapMarkers
获取地图中所有的Marker对象。
Public methodGetMapScreenMarkers
获取当前可视区域的所有Marker对象。
Public methodGetProjection
获取AMapProjection对象,该对象用于做屏幕坐标和地图坐标之间的转换
Public methodGetScalePerPixel
当前缩放级别下,地图上1像素点对应的长度,单位米。
Public methodGetScreenAsync
获取地图截屏信息。
Protected methodGetTemplateChild
在实例化的 联机ControlTemplate 可视化树中检索已命名的元素。
(Inherited from 联机Control.)
Public method联机GetType
获取当前实例的 联机Type
(Inherited from 联机Object.)
Public methodGetUiSettings
获取当前地图交互状态对象,包括是否可以旋转、平移、倾斜、放大等
Public method联机GetValue
联机DependencyObject 返回依赖项属性的当前有效值。
(Inherited from 联机DependencyObject.)
Public methodHideInfoWindow
隐藏地图上的InfoWindow
Public method联机InvalidateArrange
使 联机UIElement 的排列状态(布局)无效。使其无效后,将会更新 联机UIElement 的布局(以异步方式进行)。
(Inherited from 联机UIElement.)
Public method联机InvalidateMeasure
使 联机UIElement 的测量状态(布局)无效。
(Inherited from 联机UIElement.)
Public methodIsInfoWindowShown
判断当前地图上有没有显示的InfoWindow,包括地图和marker的InfoWindow
Public method联机Measure
更新 联机UIElement联机DesiredSize。一般地,实现其布局子级的自定义布局的对象从自己的 联机MeasureOverride(Size) 实现调用此方法以形成递归布局更新。
(Inherited from 联机UIElement.)
Protected method联机MeasureOverride
提供 Windows Phone 布局的度量处理过程的行为。类可以重写该方法来定义其自己的度量处理过程行为。
(Inherited from 联机FrameworkElement.)
Protected method联机MemberwiseClone
创建当前 联机Object 的一个浅表副本。
(Inherited from 联机Object.)
Public methodMoveCamera
根据CameraUpdate指定的方式(放大、缩小、平移等)重新设置地图视窗
Public method联机OnApplyTemplate
在派生类中重写后,每当应用程序代码或内部进程(如重新生成布局处理过程)调用 ApplyTemplate ,都将调用此方法。简而言之,这意味着就在 UI 元素在应用程序中显示前调用该方法。有关更多信息,请参见“备注”。
(Inherited from 联机FrameworkElement.)
Protected method联机OnCreateAutomationPeer
在派生类中实现时,为 Windows Phone 自动化基础结构返回类特定的 联机AutomationPeer 实现。
(Inherited from 联机UIElement.)
Protected methodOnDoubleTap
DoubleTap 事件发生之前调用。有关如何在 Windows Phone 上使用笔势的信息,请参阅[c79a8c3d-2e5b-4ca4-b9d5-f470420c232d]。
(Inherited from 联机Control.)
Protected methodOnDragEnter
在拖动进入事件之前调用。
(Inherited from 联机Control.)
Protected methodOnDragLeave
在拖动离开事件之前调用。
(Inherited from 联机Control.)
Protected methodOnDragOver
在拖动悬停事件之前调用。
(Inherited from 联机Control.)
Protected methodOnDrop
在放置事件发生之前调用。
(Inherited from 联机Control.)
Protected methodOnGotFocus
联机GotFocus 事件发生之前调用。
(Inherited from 联机Control.)
Protected methodOnHold
Hold 事件发生之前调用。有关如何在 Windows Phone 上使用笔势的信息,请参阅[c79a8c3d-2e5b-4ca4-b9d5-f470420c232d]。
(Inherited from 联机Control.)
Protected methodOnKeyDown
联机KeyDown 事件发生之前调用。
(Inherited from 联机Control.)
Protected methodOnKeyUp
联机KeyUp 事件发生之前调用。
(Inherited from 联机Control.)
Protected methodOnLostFocus
联机LostFocus 事件发生之前调用。
(Inherited from 联机Control.)
Protected methodOnLostMouseCapture
联机LostMouseCapture 事件发生之前调用,用于在不附加委托的情况下为派生类中的事件提供处理。
(Inherited from 联机Control.)
Protected methodOnManipulationCompleted
联机ManipulationCompleted 事件发生之前调用。
(Inherited from 联机Control.)
Protected methodOnManipulationDelta
联机ManipulationDelta 事件发生之前调用。
(Inherited from 联机Control.)
Protected methodOnManipulationStarted
联机ManipulationStarted 事件发生之前调用。
(Inherited from 联机Control.)
Protected methodOnMouseEnter
联机MouseEnter 事件发生之前调用。
(Inherited from 联机Control.)
Protected methodOnMouseLeave
联机MouseLeave 事件发生之前调用。
(Inherited from 联机Control.)
Protected methodOnMouseLeftButtonDown
联机MouseLeftButtonDown 事件发生之前调用。
(Inherited from 联机Control.)
Protected methodOnMouseLeftButtonUp
联机MouseLeftButtonUp 事件发生之前调用。
(Inherited from 联机Control.)
Protected methodOnMouseMove
联机MouseMove 事件发生之前调用。
(Inherited from 联机Control.)
Protected methodOnMouseRightButtonDown
在鼠标右键按下事件发生之前调用。
(Inherited from 联机Control.)
Protected methodOnMouseRightButtonUp
在鼠标右键释放事件发生之前调用。
(Inherited from 联机Control.)
Protected methodOnMouseWheel
联机MouseWheel 事件发生之前调用,用于在不附加委托的情况下为派生类中的事件提供处理。
(Inherited from 联机Control.)
Protected methodOnTap
Tap 事件发生之前调用。有关如何在 Windows Phone 上使用笔势的信息,请参阅[c79a8c3d-2e5b-4ca4-b9d5-f470420c232d]。
(Inherited from 联机Control.)
Protected methodOnTextInput
联机TextInput 事件发生之前调用。
(Inherited from 联机Control.)
Protected methodOnTextInputStart
TextInputStart 事件发生之前调用。
(Inherited from 联机Control.)
Protected methodOnTextInputUpdate
TextInputUpdate 事件发生之前调用。
(Inherited from 联机Control.)
Public method联机ReadLocalValue
返回依赖项属性的本地值(如果设置了本地值)。
(Inherited from 联机DependencyObject.)
Public method联机ReleaseMouseCapture
联机UIElement 中移除触摸输入捕获。在此调用后,一般没有对象具有触摸输入捕获。
(Inherited from 联机UIElement.)
Public methodRemoveAMapLayer
移除指定的地图图层
Public method联机RemoveHandler
从此 联机UIElement 中移除指定的路由事件处理程序。
(Inherited from 联机UIElement.)
Public methodSetBinding
使用提供的绑定对象,将绑定附加到 联机FrameworkElement 上,并返回 联机BindingExpressionBase 以供以后使用。
(Inherited from 联机FrameworkElement.)
Public method联机SetValue
联机DependencyObject 设置依赖项属性的本地值。
(Inherited from 联机DependencyObject.)
Public methodShowInfoWindow(LatLng, FrameworkElement)
在指定位置显示InfoWindow
Public methodShowInfoWindow(LatLng, FrameworkElement, Point)
在指定位置,指定锚点显示InfoWindow
Public methodStopAnimation
停止动画。
Public method联机ToString
返回一个字符串,它表示当前的对象。
(Inherited from 联机Object.)
Public methodTransformToVisual
返回一个变换对象,该变换对象可用于将 联机UIElement 中的坐标变换为指定的对象。
(Inherited from 联机UIElement.)
Public method联机UpdateLayout
请确保 联机UIElement 的所有子对象位置都正确地进行了布局更新。
(Inherited from 联机UIElement.)
Back to Top
See Also