高德地图 Windows Phone 8 搜索API参考手册The AMap type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
AddAMapLayer |
添加地图图层
| |
AddCircle |
根据AMapCircleOptions指定的圆参数添加一个圆到地图上
| |
AddGroundOverlay |
根据AMapGroundOverlayOptions将指定的图片覆盖物添加到地图上。如果options参数为null,则该方法返回null。
| |
AddHandler | 为指定的路由事件添加路由事件处理程序,并将该处理程序添加到当前元素的处理程序集合中。将 handledEventsToo 指定为 true 时,可为已标记为由其他元素在事件路由过程中处理的路由事件调用所提供的处理程序。 (Inherited from UIElement.) | |
AddMarker |
根据AMapMarkerOptions指定的标注参数添加一个标注到地图上。如果options参数为null,则该方法返回null。
| |
AddPolygon |
根据AMapPolygonOptions指定的圆参数添加一个圆到地图上
| |
AddPolyline |
根据AMapPolylineOptions指定的折线参数添加一条折线到地图上
| |
AnimateCamera |
以动画效果的方式移动地图。
| |
ApplyTemplate | 加载相关的控件模板,以便可以引用其部件。 (Inherited from Control.) | |
Arrange | 定位子对象并确定 UIElement 的大小。为其子元素实现自定义布局的父对象应从其布局重写实现调用此方法以形成递归布局更新。 (Inherited from UIElement.) | |
ArrangeOverride | 提供 Windows Phone 布局的排列处理过程的行为。类可以重写该方法来定义其自己的排列处理过程行为。 (Inherited from FrameworkElement.) | |
CaptureMouse | 将触摸输入捕获设置为 UIElement。 (Inherited from UIElement.) | |
CheckAccess | 确定调用线程是否可以访问此对象。 (Inherited from DependencyObject.) | |
Clear |
删除所有的覆盖物,点、线、面、圆和图层(AMaplayer)
| |
ClearValue | 清除依赖项属性的本地值。 (Inherited from DependencyObject.) | |
DeleteAllCache |
删除所有地图缓存
| |
Equals | (Inherited from Object.) | |
Finalize | 允许 Object 在垃圾回收器回收该对象之前尝试释放资源并执行其他清理操作。 (Inherited from Object.) | |
FindName | 检索具有指定标识符名称的对象。 (Inherited from FrameworkElement.) | |
Focus | 尝试设置控件的焦点。 (Inherited from Control.) | |
GetAnimationBaseValue | 返回为 Windows Phone 依赖项属性设置的任意基值,在动画不活动时将应用它们。 (Inherited from DependencyObject.) | |
GetBindingExpression | 检索 BindingExpression 中已建立绑定的依赖项属性。 (Inherited from FrameworkElement.) | |
GetHashCode | 用作特定类型的哈希函数。 (Inherited from Object.) | |
GetMapMarkers |
获取地图中所有的Marker对象。
| |
GetMapScreenMarkers |
获取当前可视区域的所有Marker对象。
| |
GetProjection |
获取AMapProjection对象,该对象用于做屏幕坐标和地图坐标之间的转换
| |
GetScalePerPixel |
当前缩放级别下,地图上1像素点对应的长度,单位米。
| |
GetScreenAsync |
获取地图截屏信息。
| |
GetTemplateChild | 在实例化的 ControlTemplate 可视化树中检索已命名的元素。 (Inherited from Control.) | |
GetType | 获取当前实例的 Type。 (Inherited from Object.) | |
GetUiSettings |
获取当前地图交互状态对象,包括是否可以旋转、平移、倾斜、放大等
| |
GetValue | 从 DependencyObject 返回依赖项属性的当前有效值。 (Inherited from DependencyObject.) | |
HideInfoWindow |
隐藏地图上的InfoWindow
| |
InvalidateArrange | (Inherited from UIElement.) | |
InvalidateMeasure | 使 UIElement 的测量状态(布局)无效。 (Inherited from UIElement.) | |
IsInfoWindowShown |
判断当前地图上有没有显示的InfoWindow,包括地图和marker的InfoWindow
| |
Measure | (Inherited from UIElement.) | |
MeasureOverride | 提供 Windows Phone 布局的度量处理过程的行为。类可以重写该方法来定义其自己的度量处理过程行为。 (Inherited from FrameworkElement.) | |
MemberwiseClone | 创建当前 Object 的一个浅表副本。 (Inherited from Object.) | |
MoveCamera |
根据CameraUpdate指定的方式(放大、缩小、平移等)重新设置地图视窗
| |
OnApplyTemplate | 在派生类中重写后,每当应用程序代码或内部进程(如重新生成布局处理过程)调用 ApplyTemplate ,都将调用此方法。简而言之,这意味着就在 UI 元素在应用程序中显示前调用该方法。有关更多信息,请参见“备注”。 (Inherited from FrameworkElement.) | |
OnCreateAutomationPeer | 在派生类中实现时,为 Windows Phone 自动化基础结构返回类特定的 AutomationPeer 实现。 (Inherited from UIElement.) | |
OnDoubleTap | 在 DoubleTap 事件发生之前调用。有关如何在 Windows Phone 上使用笔势的信息,请参阅[c79a8c3d-2e5b-4ca4-b9d5-f470420c232d]。 (Inherited from Control.) | |
OnDragEnter | 在拖动进入事件之前调用。 (Inherited from Control.) | |
OnDragLeave | 在拖动离开事件之前调用。 (Inherited from Control.) | |
OnDragOver | 在拖动悬停事件之前调用。 (Inherited from Control.) | |
OnDrop | 在放置事件发生之前调用。 (Inherited from Control.) | |
OnGotFocus | 在 GotFocus 事件发生之前调用。 (Inherited from Control.) | |
OnHold | 在 Hold 事件发生之前调用。有关如何在 Windows Phone 上使用笔势的信息,请参阅[c79a8c3d-2e5b-4ca4-b9d5-f470420c232d]。 (Inherited from Control.) | |
OnKeyDown | 在 KeyDown 事件发生之前调用。 (Inherited from Control.) | |
OnKeyUp | 在 KeyUp 事件发生之前调用。 (Inherited from Control.) | |
OnLostFocus | 在 LostFocus 事件发生之前调用。 (Inherited from Control.) | |
OnLostMouseCapture | 在 LostMouseCapture 事件发生之前调用,用于在不附加委托的情况下为派生类中的事件提供处理。 (Inherited from Control.) | |
OnManipulationCompleted | 在 ManipulationCompleted 事件发生之前调用。 (Inherited from Control.) | |
OnManipulationDelta | 在 ManipulationDelta 事件发生之前调用。 (Inherited from Control.) | |
OnManipulationStarted | 在 ManipulationStarted 事件发生之前调用。 (Inherited from Control.) | |
OnMouseEnter | 在 MouseEnter 事件发生之前调用。 (Inherited from Control.) | |
OnMouseLeave | 在 MouseLeave 事件发生之前调用。 (Inherited from Control.) | |
OnMouseLeftButtonDown | 在 MouseLeftButtonDown 事件发生之前调用。 (Inherited from Control.) | |
OnMouseLeftButtonUp | 在 MouseLeftButtonUp 事件发生之前调用。 (Inherited from Control.) | |
OnMouseMove | 在 MouseMove 事件发生之前调用。 (Inherited from Control.) | |
OnMouseRightButtonDown | 在鼠标右键按下事件发生之前调用。 (Inherited from Control.) | |
OnMouseRightButtonUp | 在鼠标右键释放事件发生之前调用。 (Inherited from Control.) | |
OnMouseWheel | 在 MouseWheel 事件发生之前调用,用于在不附加委托的情况下为派生类中的事件提供处理。 (Inherited from Control.) | |
OnTap | 在 Tap 事件发生之前调用。有关如何在 Windows Phone 上使用笔势的信息,请参阅[c79a8c3d-2e5b-4ca4-b9d5-f470420c232d]。 (Inherited from Control.) | |
OnTextInput | 在 TextInput 事件发生之前调用。 (Inherited from Control.) | |
OnTextInputStart | 在 TextInputStart 事件发生之前调用。 (Inherited from Control.) | |
OnTextInputUpdate | 在 TextInputUpdate 事件发生之前调用。 (Inherited from Control.) | |
ReadLocalValue | 返回依赖项属性的本地值(如果设置了本地值)。 (Inherited from DependencyObject.) | |
ReleaseMouseCapture | 从 UIElement 中移除触摸输入捕获。在此调用后,一般没有对象具有触摸输入捕获。 (Inherited from UIElement.) | |
RemoveAMapLayer |
移除指定的地图图层
| |
RemoveHandler | 从此 UIElement 中移除指定的路由事件处理程序。 (Inherited from UIElement.) | |
SetBinding | 使用提供的绑定对象,将绑定附加到 FrameworkElement 上,并返回 BindingExpressionBase 以供以后使用。 (Inherited from FrameworkElement.) | |
SetValue | 对 DependencyObject 设置依赖项属性的本地值。 (Inherited from DependencyObject.) | |
ShowInfoWindow(LatLng, FrameworkElement) |
在指定位置显示InfoWindow
| |
ShowInfoWindow(LatLng, FrameworkElement, Point) |
在指定位置,指定锚点显示InfoWindow
| |
StopAnimation |
停止动画。
| |
ToString | 返回一个字符串,它表示当前的对象。 (Inherited from Object.) | |
TransformToVisual | 返回一个变换对象,该变换对象可用于将 UIElement 中的坐标变换为指定的对象。 (Inherited from UIElement.) | |
UpdateLayout | 请确保 UIElement 的所有子对象位置都正确地进行了布局更新。 (Inherited from UIElement.) |
See Also