GeolocationRequest 클래스

정의

위치 요청에 대한 조건을 나타냅니다.

public ref class GeolocationRequest
public class GeolocationRequest
type GeolocationRequest = class
Public Class GeolocationRequest
상속
GeolocationRequest

생성자

GeolocationRequest()

기본 옵션을 사용하여 GeolocationRequest 클래스의 새 인스턴스를 초기화합니다.

GeolocationRequest(GeolocationAccuracy)

지정된 정확도로 클래스의 GeolocationRequest 새 instance 초기화합니다.

GeolocationRequest(GeolocationAccuracy, TimeSpan)

지정된 정확도 및 시간 제한을 사용하여 클래스의 GeolocationRequest 새 instance 초기화합니다.

속성

DesiredAccuracy

결과 위치의 원하는 정확도를 가져오거나 설정합니다.

RequestFullAccuracy

전체 정확도로 위치 서비스를 일시적으로 사용할 수 있는 전체 권한을 요청할지 여부를 가져오거나 설정합니다.

Timeout

위치 요청 시간 제한을 가져오거나 설정합니다.

메서드

ToString()

의 현재 값에 대한 문자열 표현을 반환합니다 GeolocationRequest.

적용 대상