GeolocationRequest クラス

定義

場所要求の条件を表します。

public ref class GeolocationRequest
public class GeolocationRequest
type GeolocationRequest = class
Public Class GeolocationRequest
継承
GeolocationRequest

コンストラクター

GeolocationRequest()

GeolocationRequest クラスの新しいインスタンスを既定のオプションで初期化します。

GeolocationRequest(GeolocationAccuracy)

指定した精度で クラスの GeolocationRequest 新しいインスタンスを初期化します。

GeolocationRequest(GeolocationAccuracy, TimeSpan)

指定した精度とタイムアウトを使用して、 GeolocationRequest クラスの新しいインスタンスを初期化します。

プロパティ

DesiredAccuracy

結果の場所の必要な精度を取得または設定します。

RequestFullAccuracy

位置情報サービスを完全な精度で一時的に使用するための完全なアクセス許可を要求するかどうかを取得または設定します。

Timeout

場所要求のタイムアウトを取得または設定します。

メソッド

ToString()

の現在の値 GeolocationRequestの文字列表現を返します。

適用対象