AMap Members高德地图 Windows Phone 8 搜索API参考手册
高德地图 Windows Phone 8 搜索API参考手册

The AMap type exposes the following members.
Constructors

  NameDescription
Public methodAMap 
创建地图对象
Public methodAMap(AMapOptions)
使用AMapOptions创建地图对象
Back to Top
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
Properties

  NameDescription
Public property联机ActualHeight
获取 联机FrameworkElement 的呈现高度。
(Inherited from 联机FrameworkElement.)
Public property联机ActualWidth
获取 联机FrameworkElement 的呈现宽度。
(Inherited from 联机FrameworkElement.)
Public property联机AllowDrop
获取或设置一个值,该值确定此 联机UIElement 是否可用作拖放操作的放置目标。
(Inherited from 联机UIElement.)
Public propertyAPIVersion
获取当前地图API的版本号。
Public property联机Background
获取或设置一个用于提供控件背景的画笔。
(Inherited from 联机Control.)
Public propertyBearing
获取或者设置地图旋转角度,以角度为单位,正北方向到地图方向逆时针旋转的角度,范围为:[0.f, 360.f]
Public property联机BorderBrush
获取或设置一个用于描述控件的边框背景的画笔。
(Inherited from 联机Control.)
Public property联机BorderThickness
获取或设置控件的边框宽度。
(Inherited from 联机Control.)
Public property联机CacheMode
获取或设置一个值,该值指示应在可能时缓存已呈现内容。
(Inherited from 联机UIElement.)
Public propertyCenter
获取或者设置地图中心点坐标
Public propertyCharacterSpacing
获取或设置控件中文本字符之间的距离,测量单位为字体大小的千分之一。
(Inherited from 联机Control.)
Public property联机Clip
获取或设置用于定义 联机UIElement 的内容边框的 联机Geometry
(Inherited from 联机UIElement.)
Public propertyContent
获取或设置用户控件内包含的内容。
(Inherited from 联机UserControl.)
Public property联机Cursor
获取或设置指针悬停在 联机FrameworkElement 上时所显示的光标图像。
(Inherited from 联机FrameworkElement.)
Public property联机DataContext
获取或设置 联机FrameworkElement 参与数据绑定时的数据上下文。
(Inherited from 联机FrameworkElement.)
Protected propertyDefaultStyleKey
获取或设置一个键,该键引用控件的默认样式。
(Inherited from 联机Control.)
Public property联机DesiredSize
获取此 联机UIElement 在布局过程的测量处理过程中计算的大小。
(Inherited from 联机UIElement.)
Public propertyDispatcher
获取与此对象关联的 联机Dispatcher
(Inherited from 联机DependencyObject.)
Public property联机FlowDirection
获取或设置文本和其他用户界面元素在控制其布局的任何父元素中的流动方向。
(Inherited from 联机FrameworkElement.)
Public property联机FontFamily
获取或设置用于在控件中显示文本的字体。
(Inherited from 联机Control.)
Public property联机FontSize
获取或设置此控件中文本的大小。
(Inherited from 联机Control.)
Public property联机FontStretch
获取或设置字体在屏幕上的压缩或扩展程度。
(Inherited from 联机Control.)
Public property联机FontStyle
获取或设置呈现文本时使用的样式。
(Inherited from 联机Control.)
Public property联机FontWeight
获取或设置指定字体的粗细。
(Inherited from 联机Control.)
Public property联机Foreground
获取或设置一个用于描述前景色的画笔。
(Inherited from 联机Control.)
Public property联机Height
获取或设置 联机FrameworkElement 的建议高度。
(Inherited from 联机FrameworkElement.)
Public property联机HorizontalAlignment
获取或设置在布局父级(如面板或项控件)中构成 联机FrameworkElement 时应用于此元素的水平对齐特征。
(Inherited from 联机FrameworkElement.)
Public property联机HorizontalContentAlignment
获取或设置控件内容的水平对齐方式。
(Inherited from 联机Control.)
Public propertyIsEnabled
获取或设置一个值,该值指示用户是否可以与控件交互。
(Inherited from 联机Control.)
Public property联机IsHitTestVisible
获取或设置此 联机UIElement 的包含区域是否可为命中测试返回 true 值。
(Inherited from 联机UIElement.)
Public propertyIsShowBuliding
设置是否显示3D楼块,默认为显示,设置为false,关闭楼块。
Public property联机IsTabStop
获取或设置一个值,该值指示是否将某个控件包含在 Tab 导航中。
(Inherited from 联机Control.)
Public property联机Language
获取或设置应用于 联机FrameworkElement 的本地化/全球化语言信息。
(Inherited from 联机FrameworkElement.)
Public propertyMapType
获取或者设置地图类型,值为: Road或Aerial
Public property联机Margin
获取或设置 联机FrameworkElement 的外边距。
(Inherited from 联机FrameworkElement.)
Public property联机MaxHeight
获取或设置 联机FrameworkElement 的最大高度约束。
(Inherited from 联机FrameworkElement.)
Public property联机MaxWidth
获取或设置 联机FrameworkElement 的最大宽度约束。
(Inherited from 联机FrameworkElement.)
Public propertyMaxZoomLevel
获取地图最大缩放级别。
Public property联机MinHeight
获取或设置 联机FrameworkElement 的最小高度约束。
(Inherited from 联机FrameworkElement.)
Public property联机MinWidth
获取或设置 联机FrameworkElement 的最小宽度约束。
(Inherited from 联机FrameworkElement.)
Public propertyMinZoomLevel
获取地图最小缩放级别。
Public property联机Name
获取或设置对象的标识名称。当 XAML 处理器从标记创建对象树时,运行时代码可以使用此名称引用标记元素。
(Inherited from 联机FrameworkElement.)
Public property联机Opacity
获取或设置对象的不透明度。
(Inherited from 联机UIElement.)
Public property联机OpacityMask
获取或设置用于改变此对象区域的不透明度的画笔。
(Inherited from 联机UIElement.)
Public property联机Padding
获取或设置控件内的边距。
(Inherited from 联机Control.)
Public property联机Parent
获取对象树中此 联机FrameworkElement 的父对象。
(Inherited from 联机FrameworkElement.)
Public propertyProjection
获取或设置在呈现此 联机UIElement 时要应用的透视投影(三维效果)。
(Inherited from 联机UIElement.)
Public property联机RenderSize
获取 联机UIElement 的最终呈现大小。
(Inherited from 联机UIElement.)
Public property联机RenderTransform
获取或设置影响 联机UIElement 的呈现位置的变换信息。
(Inherited from 联机UIElement.)
Public property联机RenderTransformOrigin
获取或设置由 联机RenderTransform 声明的任何可能呈现转换的原点,相对于 联机UIElement 的边界。
(Inherited from 联机UIElement.)
Public property联机Resources
获取本地定义的资源字典。在 XAML 中,可以通过 XAML 隐式集合语法,将资源项建立为 frameworkElement.Resources 属性元素的子对象元素。
(Inherited from 联机FrameworkElement.)
Public property联机Style
获取或设置呈现过程中应用于此对象的实例 联机Style
(Inherited from 联机FrameworkElement.)
Public property联机TabIndex
获取或设置一个值,该值决定在用户使用 Tab 键在控件中导航时元素接收焦点的顺序。
(Inherited from 联机Control.)
Public propertyTabNavigation
获取或设置一个值,该值修改 Tab 键和 联机TabIndex 针对此控件的工作方式。
(Inherited from 联机Control.)
Public property联机Tag
获取或设置一个可用于存储有关此对象的自定义信息的任意对象值。
(Inherited from 联机FrameworkElement.)
Public property联机Template
获取或设置控件模板。
(Inherited from 联机Control.)
Public propertyTile
获取或者设置地图倾角,范围为:范围为[0.f, 45.f]
Public propertyTrafficEnabled
获取或者设置实时交通信息图层是否显示
Public property联机Triggers
获取为 联机FrameworkElement 定义的动画的触发器的集合。
(Inherited from 联机FrameworkElement.)
Public propertyUseLayoutRounding
获取或设置一个值,该值确定对象及其可视化子树的呈现是否应使用将呈现与整像素对齐的舍入行为。
(Inherited from 联机UIElement.)
Public propertyUseOptimizedManipulationRouting
获取或设置指示系统是否应处理输入事件或是否 联机FrameworkElement 应处理输入事件的值。
(Inherited from 联机FrameworkElement.)
Public property联机VerticalAlignment
获取或设置在父对象(如面板或项控件)中构成 联机FrameworkElement 时应用于此元素的垂直对齐特征。
(Inherited from 联机FrameworkElement.)
Public property联机VerticalContentAlignment
获取或设置控件内容的垂直对齐方式。
(Inherited from 联机Control.)
Public property联机Visibility
获取或设置 联机UIElement 的可见性。不可见的 联机UIElement 不呈现,也不将其所需大小告知布局。
(Inherited from 联机UIElement.)
Public property联机Width
获取或设置 联机FrameworkElement 的宽度。
(Inherited from 联机FrameworkElement.)
Public propertyZoom
获取或者设置地图比例尺,比例尺值范围:4-20
Back to Top
Events

  NameDescription
Public eventBindingValidationError
在绑定源报告数据验证错误时发生。
(Inherited from 联机FrameworkElement.)
Public eventCameraChangeListener
地图视窗(CameraPosition)发生变化后将会回调该函数
Public eventDoubleTap
当悬停在此 联机UIElement 上时使用了DoubleTap 笔势的情况下发生。有关如何在 Windows Phone 上使用笔势的信息,请参阅[c79a8c3d-2e5b-4ca4-b9d5-f470420c232d]。
(Inherited from 联机UIElement.)
Public event联机GotFocus
联机UIElement 收到焦点时发生。
(Inherited from 联机UIElement.)
Public eventHold
当悬停在此 联机UIElement 上时使用了 Hold 笔势的情况下发生。有关如何在 Windows Phone 上使用笔势的信息,请参阅[c79a8c3d-2e5b-4ca4-b9d5-f470420c232d]。
(Inherited from 联机UIElement.)
Public eventIsEnabledChanged
IsEnabled 属性更改时发生。
(Inherited from 联机Control.)
Public event联机KeyDown
联机UIElement 具有焦点的情况下按下键盘上的某个键时发生。
(Inherited from 联机UIElement.)
Public event联机KeyUp
联机UIElement 具有焦点的情况下释放键盘上的某个键时发生。
(Inherited from 联机UIElement.)
Public eventLayoutUpdated
当 Windows Phone 可视化树的布局更改时发生。
(Inherited from 联机FrameworkElement.)
Public event联机Loaded
当已构造 联机FrameworkElement 并将其添加到对象树中时发生。
(Inherited from 联机FrameworkElement.)
Public event联机LostFocus
联机UIElement 失去焦点时发生。
(Inherited from 联机UIElement.)
Public event联机LostMouseCapture
联机UIElement 失去触摸屏输入捕获时发生。
(Inherited from 联机UIElement.)
Public event联机ManipulationCompleted
对于 联机UIElement 的操作和延时完毕时发生。 有关如何使用操作的信息,请参阅[c79a8c3d-2e5b-4ca4-b9d5-f470420c232d]。
(Inherited from 联机UIElement.)
Public event联机ManipulationDelta
当输入设备在操作期间更改位置时发生。 有关如何使用操作的信息,请参阅[c79a8c3d-2e5b-4ca4-b9d5-f470420c232d]。
(Inherited from 联机UIElement.)
Public event联机ManipulationStarted
当输入设备对 联机UIElement 开始操作时发生。 有关如何使用操作的信息,请参阅[c79a8c3d-2e5b-4ca4-b9d5-f470420c232d]。
(Inherited from 联机UIElement.)
Public eventMarkerClickListener
点击Marker图标将会回调该函数
Public eventMarkerDragListener
拖动Marker图标将会回调该函数。
Public event联机MouseEnter
当在 联机UIElement 界定区域内点按屏幕时发生。
(Inherited from 联机UIElement.)
Public event联机MouseLeave
当在 联机UIElement 界定区域外发生触摸事件时发生。
(Inherited from 联机UIElement.)
Public event联机MouseLeftButtonDown
在点按 联机UIElement 时发生。
(Inherited from 联机UIElement.)
Public event联机MouseLeftButtonUp
当手指抬离 联机UIElement 时(或当 联机UIElement 具有触摸输入捕获时)发生。
(Inherited from 联机UIElement.)
Public event联机MouseMove
在以下情况下发生:当触摸 联机UIElement 时(或当 联机UIElement 具有触摸输入捕获时),手指的坐标位置位于屏幕上。
(Inherited from 联机UIElement.)
Public event联机MouseWheel
在以下情况下发生:当鼠标指针悬停在 联机UIElement 上时或 联机UIElement 具有焦点时,用户滚动鼠标滚轮。
(Inherited from 联机UIElement.)
Public event联机SizeChanged
联机FrameworkElement 上的 联机ActualHeight联机ActualWidth 属性的值发生更改时发生。
(Inherited from 联机FrameworkElement.)
Public eventTap
当悬停在此 联机UIElement 上时使用了 Tap 笔势的情况下发生。有关如何在 Windows Phone 上使用笔势的信息,请参阅[c79a8c3d-2e5b-4ca4-b9d5-f470420c232d]。
(Inherited from 联机UIElement.)
Public event联机TextInput
在 UI 元素以与设备无关的方式获取文本时发生。
(Inherited from 联机UIElement.)
Public eventTextInputStart
在 UI 元素以与设备无关的方式最初获取文本时发生。
(Inherited from 联机UIElement.)
Public eventTextInputUpdate
当通过输入方法编辑器 (IME) 继续编写文本时发生。
(Inherited from 联机UIElement.)
Public event联机Unloaded
当此对象不再与主对象树连接时发生。
(Inherited from 联机FrameworkElement.)
Back to Top
See Also