高德地图 Windows Phone 8 搜索API参考手册The AMap type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
AMap |
创建地图对象
| |
AMap(AMapOptions) |
使用AMapOptions创建地图对象
|
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.) |
Properties
Name | Description | |
---|---|---|
ActualHeight | 获取 FrameworkElement 的呈现高度。 (Inherited from FrameworkElement.) | |
ActualWidth | 获取 FrameworkElement 的呈现宽度。 (Inherited from FrameworkElement.) | |
AllowDrop | 获取或设置一个值,该值确定此 UIElement 是否可用作拖放操作的放置目标。 (Inherited from UIElement.) | |
APIVersion |
获取当前地图API的版本号。
| |
Background | 获取或设置一个用于提供控件背景的画笔。 (Inherited from Control.) | |
Bearing |
获取或者设置地图旋转角度,以角度为单位,正北方向到地图方向逆时针旋转的角度,范围为:[0.f, 360.f]
| |
BorderBrush | 获取或设置一个用于描述控件的边框背景的画笔。 (Inherited from Control.) | |
BorderThickness | 获取或设置控件的边框宽度。 (Inherited from Control.) | |
CacheMode | 获取或设置一个值,该值指示应在可能时缓存已呈现内容。 (Inherited from UIElement.) | |
Center |
获取或者设置地图中心点坐标
| |
CharacterSpacing | 获取或设置控件中文本字符之间的距离,测量单位为字体大小的千分之一。 (Inherited from Control.) | |
Clip | (Inherited from UIElement.) | |
Content | 获取或设置用户控件内包含的内容。 (Inherited from UserControl.) | |
Cursor | 获取或设置指针悬停在 FrameworkElement 上时所显示的光标图像。 (Inherited from FrameworkElement.) | |
DataContext | 获取或设置 FrameworkElement 参与数据绑定时的数据上下文。 (Inherited from FrameworkElement.) | |
DefaultStyleKey | 获取或设置一个键,该键引用控件的默认样式。 (Inherited from Control.) | |
DesiredSize | 获取此 UIElement 在布局过程的测量处理过程中计算的大小。 (Inherited from UIElement.) | |
Dispatcher | 获取与此对象关联的 Dispatcher。 (Inherited from DependencyObject.) | |
FlowDirection | 获取或设置文本和其他用户界面元素在控制其布局的任何父元素中的流动方向。 (Inherited from FrameworkElement.) | |
FontFamily | 获取或设置用于在控件中显示文本的字体。 (Inherited from Control.) | |
FontSize | 获取或设置此控件中文本的大小。 (Inherited from Control.) | |
FontStretch | 获取或设置字体在屏幕上的压缩或扩展程度。 (Inherited from Control.) | |
FontStyle | 获取或设置呈现文本时使用的样式。 (Inherited from Control.) | |
FontWeight | 获取或设置指定字体的粗细。 (Inherited from Control.) | |
Foreground | 获取或设置一个用于描述前景色的画笔。 (Inherited from Control.) | |
Height | 获取或设置 FrameworkElement 的建议高度。 (Inherited from FrameworkElement.) | |
HorizontalAlignment | 获取或设置在布局父级(如面板或项控件)中构成 FrameworkElement 时应用于此元素的水平对齐特征。 (Inherited from FrameworkElement.) | |
HorizontalContentAlignment | 获取或设置控件内容的水平对齐方式。 (Inherited from Control.) | |
IsEnabled | 获取或设置一个值,该值指示用户是否可以与控件交互。 (Inherited from Control.) | |
IsHitTestVisible | 获取或设置此 UIElement 的包含区域是否可为命中测试返回 true 值。 (Inherited from UIElement.) | |
IsShowBuliding |
设置是否显示3D楼块,默认为显示,设置为false,关闭楼块。
| |
IsTabStop | 获取或设置一个值,该值指示是否将某个控件包含在 Tab 导航中。 (Inherited from Control.) | |
Language | 获取或设置应用于 FrameworkElement 的本地化/全球化语言信息。 (Inherited from FrameworkElement.) | |
MapType |
获取或者设置地图类型,值为: Road或Aerial
| |
Margin | 获取或设置 FrameworkElement 的外边距。 (Inherited from FrameworkElement.) | |
MaxHeight | 获取或设置 FrameworkElement 的最大高度约束。 (Inherited from FrameworkElement.) | |
MaxWidth | 获取或设置 FrameworkElement 的最大宽度约束。 (Inherited from FrameworkElement.) | |
MaxZoomLevel |
获取地图最大缩放级别。
| |
MinHeight | 获取或设置 FrameworkElement 的最小高度约束。 (Inherited from FrameworkElement.) | |
MinWidth | 获取或设置 FrameworkElement 的最小宽度约束。 (Inherited from FrameworkElement.) | |
MinZoomLevel |
获取地图最小缩放级别。
| |
Name | 获取或设置对象的标识名称。当 XAML 处理器从标记创建对象树时,运行时代码可以使用此名称引用标记元素。 (Inherited from FrameworkElement.) | |
Opacity | 获取或设置对象的不透明度。 (Inherited from UIElement.) | |
OpacityMask | 获取或设置用于改变此对象区域的不透明度的画笔。 (Inherited from UIElement.) | |
Padding | 获取或设置控件内的边距。 (Inherited from Control.) | |
Parent | 获取对象树中此 FrameworkElement 的父对象。 (Inherited from FrameworkElement.) | |
Projection | 获取或设置在呈现此 UIElement 时要应用的透视投影(三维效果)。 (Inherited from UIElement.) | |
RenderSize | 获取 UIElement 的最终呈现大小。 (Inherited from UIElement.) | |
RenderTransform | 获取或设置影响 UIElement 的呈现位置的变换信息。 (Inherited from UIElement.) | |
RenderTransformOrigin | 获取或设置由 RenderTransform 声明的任何可能呈现转换的原点,相对于 UIElement 的边界。 (Inherited from UIElement.) | |
Resources | 获取本地定义的资源字典。在 XAML 中,可以通过 XAML 隐式集合语法,将资源项建立为 frameworkElement.Resources 属性元素的子对象元素。 (Inherited from FrameworkElement.) | |
Style | 获取或设置呈现过程中应用于此对象的实例 Style。 (Inherited from FrameworkElement.) | |
TabIndex | 获取或设置一个值,该值决定在用户使用 Tab 键在控件中导航时元素接收焦点的顺序。 (Inherited from Control.) | |
TabNavigation | 获取或设置一个值,该值修改 Tab 键和 TabIndex 针对此控件的工作方式。 (Inherited from Control.) | |
Tag | 获取或设置一个可用于存储有关此对象的自定义信息的任意对象值。 (Inherited from FrameworkElement.) | |
Template | 获取或设置控件模板。 (Inherited from Control.) | |
Tile |
获取或者设置地图倾角,范围为:范围为[0.f, 45.f]
| |
TrafficEnabled |
获取或者设置实时交通信息图层是否显示
| |
Triggers | 获取为 FrameworkElement 定义的动画的触发器的集合。 (Inherited from FrameworkElement.) | |
UseLayoutRounding | 获取或设置一个值,该值确定对象及其可视化子树的呈现是否应使用将呈现与整像素对齐的舍入行为。 (Inherited from UIElement.) | |
UseOptimizedManipulationRouting | 获取或设置指示系统是否应处理输入事件或是否 FrameworkElement 应处理输入事件的值。 (Inherited from FrameworkElement.) | |
VerticalAlignment | 获取或设置在父对象(如面板或项控件)中构成 FrameworkElement 时应用于此元素的垂直对齐特征。 (Inherited from FrameworkElement.) | |
VerticalContentAlignment | 获取或设置控件内容的垂直对齐方式。 (Inherited from Control.) | |
Visibility | (Inherited from UIElement.) | |
Width | 获取或设置 FrameworkElement 的宽度。 (Inherited from FrameworkElement.) | |
Zoom |
获取或者设置地图比例尺,比例尺值范围:4-20
|
Events
Name | Description | |
---|---|---|
BindingValidationError | 在绑定源报告数据验证错误时发生。 (Inherited from FrameworkElement.) | |
CameraChangeListener |
地图视窗(CameraPosition)发生变化后将会回调该函数
| |
DoubleTap | 当悬停在此 UIElement 上时使用了DoubleTap 笔势的情况下发生。有关如何在 Windows Phone 上使用笔势的信息,请参阅[c79a8c3d-2e5b-4ca4-b9d5-f470420c232d]。 (Inherited from UIElement.) | |
GotFocus | 当 UIElement 收到焦点时发生。 (Inherited from UIElement.) | |
Hold | 当悬停在此 UIElement 上时使用了 Hold 笔势的情况下发生。有关如何在 Windows Phone 上使用笔势的信息,请参阅[c79a8c3d-2e5b-4ca4-b9d5-f470420c232d]。 (Inherited from UIElement.) | |
IsEnabledChanged | 当 IsEnabled 属性更改时发生。 (Inherited from Control.) | |
KeyDown | 在 UIElement 具有焦点的情况下按下键盘上的某个键时发生。 (Inherited from UIElement.) | |
KeyUp | 在 UIElement 具有焦点的情况下释放键盘上的某个键时发生。 (Inherited from UIElement.) | |
LayoutUpdated | 当 Windows Phone 可视化树的布局更改时发生。 (Inherited from FrameworkElement.) | |
Loaded | 当已构造 FrameworkElement 并将其添加到对象树中时发生。 (Inherited from FrameworkElement.) | |
LostFocus | 当 UIElement 失去焦点时发生。 (Inherited from UIElement.) | |
LostMouseCapture | 在 UIElement 失去触摸屏输入捕获时发生。 (Inherited from UIElement.) | |
ManipulationCompleted | 对于 UIElement 的操作和延时完毕时发生。 有关如何使用操作的信息,请参阅[c79a8c3d-2e5b-4ca4-b9d5-f470420c232d]。 (Inherited from UIElement.) | |
ManipulationDelta | 当输入设备在操作期间更改位置时发生。 有关如何使用操作的信息,请参阅[c79a8c3d-2e5b-4ca4-b9d5-f470420c232d]。 (Inherited from UIElement.) | |
ManipulationStarted | 当输入设备对 UIElement 开始操作时发生。 有关如何使用操作的信息,请参阅[c79a8c3d-2e5b-4ca4-b9d5-f470420c232d]。 (Inherited from UIElement.) | |
MarkerClickListener |
点击Marker图标将会回调该函数
| |
MarkerDragListener |
拖动Marker图标将会回调该函数。
| |
MouseEnter | 当在 UIElement 界定区域内点按屏幕时发生。 (Inherited from UIElement.) | |
MouseLeave | 当在 UIElement 界定区域外发生触摸事件时发生。 (Inherited from UIElement.) | |
MouseLeftButtonDown | 在点按 UIElement 时发生。 (Inherited from UIElement.) | |
MouseLeftButtonUp | (Inherited from UIElement.) | |
MouseMove | (Inherited from UIElement.) | |
MouseWheel | (Inherited from UIElement.) | |
SizeChanged | (Inherited from FrameworkElement.) | |
Tap | 当悬停在此 UIElement 上时使用了 Tap 笔势的情况下发生。有关如何在 Windows Phone 上使用笔势的信息,请参阅[c79a8c3d-2e5b-4ca4-b9d5-f470420c232d]。 (Inherited from UIElement.) | |
TextInput | 在 UI 元素以与设备无关的方式获取文本时发生。 (Inherited from UIElement.) | |
TextInputStart | 在 UI 元素以与设备无关的方式最初获取文本时发生。 (Inherited from UIElement.) | |
TextInputUpdate | 当通过输入方法编辑器 (IME) 继续编写文本时发生。 (Inherited from UIElement.) | |
Unloaded | 当此对象不再与主对象树连接时发生。 (Inherited from FrameworkElement.) |
See Also