IGeoPositionWatcher<T> 接口

定义

可实现来提供访问位置数据和接收位置更新的接口。

generic <typename T>
public interface class IGeoPositionWatcher
public interface IGeoPositionWatcher<T>
type IGeoPositionWatcher<'T> = interface
Public Interface IGeoPositionWatcher(Of T)

类型参数

T

包含位置数据的对象的类型。

派生

注解

GeoCoordinateWatcher使用 作为类型参数实现 GeoCoordinateIGeoPositionWatcher<T>

属性

Position

获取位置数据。

Status

获取位置数据的状态。

方法

Start()

开始获取位置数据。

Start(Boolean)

开始获取位置数据,并指定是否禁止显示权限提示。 此方法同步返回。

Stop()

停止获取位置数据。

TryStart(Boolean, TimeSpan)

开始获取位置数据,并指定初始化超时。 此方法同步返回。

事件

PositionChanged

Position 属性更改后发生。

StatusChanged

Status 属性更改时发生。

适用于

另请参阅