다음을 통해 공유


Location.Latitude 속성

정의

이 위치의 위도 좌표를 가져오거나 설정합니다.

public:
 property double Latitude { double get(); void set(double value); };
public double Latitude { get; set; }
member this.Latitude : double with get, set
Public Property Latitude As Double

속성 값

위치의 위도입니다.

적용 대상