다음을 통해 공유


Location.Longitude 속성

정의

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

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

속성 값

위치의 경도입니다.

적용 대상