C# 클래스 InTheHand.Devices.Geolocation.BasicGeopositionExtensions

Provides extension methods for BasicGeoposition.
PlatformVersion supported iOSiOS 9.0 and later macOSOS X 10.7 and later tvOStvOS 9.0 and later TizenTizen 3.0 Windows UWPWindows 10 Windows StoreWindows 8.1 or later Windows Phone StoreWindows Phone 8.1 or later Windows Phone SilverlightWindows Phone 8.0 or later Windows (Desktop Apps)Windows Vista or later
파일 보기 프로젝트 열기: inthehand/Charming 1 사용 예제들

공개 메소드들

메소드 설명
GetDistanceTo ( this b, BasicGeoposition other ) : double

Returns the distance between the latitude and longitude coordinates that are specified by this BasicGeoposition and another specified BasicGeoposition.

비공개 메소드들

메소드 설명
GetDistance ( double thisLatitude, double thisLongitude, double otherLatitude, double otherLongitude ) : double
ToRadians ( double degrees ) : double

메소드 상세

GetDistanceTo() 공개 정적인 메소드

Returns the distance between the latitude and longitude coordinates that are specified by this BasicGeoposition and another specified BasicGeoposition.
public static GetDistanceTo ( this b, BasicGeoposition other ) : double
b this
other BasicGeoposition The for the location to calculate the distance to.
리턴 double