다음을 통해 공유


GeolocationRequest 생성자

정의

오버로드

GeolocationRequest()

GeolocationRequest의 새 instance 만듭니다.

GeolocationRequest(GeolocationAccuracy)

지정된 정확도로 GeolocationRequest의 새 instance 만듭니다.

GeolocationRequest(GeolocationAccuracy, TimeSpan)

지정된 정확도 및 시간 제한을 사용하여 GeolocationRequest의 새 instance 만듭니다.

GeolocationRequest()

GeolocationRequest의 새 instance 만듭니다.

public GeolocationRequest ();

적용 대상

GeolocationRequest(GeolocationAccuracy)

지정된 정확도로 GeolocationRequest의 새 instance 만듭니다.

public GeolocationRequest (Xamarin.Essentials.GeolocationAccuracy accuracy);

매개 변수

accuracy
GeolocationAccuracy

원하는 정확도입니다.

적용 대상

GeolocationRequest(GeolocationAccuracy, TimeSpan)

지정된 정확도 및 시간 제한을 사용하여 GeolocationRequest의 새 instance 만듭니다.

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

매개 변수

accuracy
GeolocationAccuracy

원하는 정확도입니다.

timeout
System.TimeSpan

요청 시간 제한입니다.

적용 대상