Поделиться через


GeolocationRequest Конструкторы

Определение

Перегрузки

GeolocationRequest()

Создает новый экземпляр GeolocationRequest.

GeolocationRequest(GeolocationAccuracy)

Создает новый экземпляр GeolocationRequest с указанной точностью.

GeolocationRequest(GeolocationAccuracy, TimeSpan)

Создает новый экземпляр GeolocationRequest с указанной точностью и временем ожидания.

GeolocationRequest()

Создает новый экземпляр GeolocationRequest.

public GeolocationRequest ();

Применяется к

GeolocationRequest(GeolocationAccuracy)

Создает новый экземпляр GeolocationRequest с указанной точностью.

public GeolocationRequest (Xamarin.Essentials.GeolocationAccuracy accuracy);

Параметры

accuracy
GeolocationAccuracy

Требуемая точность.

Применяется к

GeolocationRequest(GeolocationAccuracy, TimeSpan)

Создает новый экземпляр GeolocationRequest с указанной точностью и временем ожидания.

public GeolocationRequest (Xamarin.Essentials.GeolocationAccuracy accuracy, TimeSpan timeout);

Параметры

accuracy
GeolocationAccuracy

Требуемая точность.

timeout
System.TimeSpan

Время ожидания запроса.

Применяется к