Map.IsShowingUser 属性

定义

获取或设置一个值,该值指示地图是否显示此设备的当前位置的指示器。 默认值为“ false 这是可绑定属性”。

public:
 property bool IsShowingUser { bool get(); void set(bool value); };
public bool IsShowingUser { get; set; }
member this.IsShowingUser : bool with get, set
Public Property IsShowingUser As Boolean

属性值

注解

根据平台,可能需要请求运行时权限来确定设备的当前位置。

适用于