緯度、経度の対をカプセル化するクラス
See Also: Inherited members from object.
static
|
GetDegreeFromRadian
(double)Documentation for this section has not yet been entered. |
|
static
|
GetDistanceAsMeter
(LatLng, LatLng)2組の緯度経度からその測地線の長さ(m)を計算する |
|
static
|
GetRadianFromDegree
(double)Documentation for this section has not yet been entered. |
Initializes a new instance of the Michi.LatLng class.Syntax
Parameters
- lat
- Latitude
- latCode
- Latitude code, N:North or S:South.
- lng
- Longitude.
- lngCode
- Longitude code, E:East or W:West.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0
Documentation for this section has not yet been entered.Syntax
Parameters
- value
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0
2組の緯度経度からその測地線の長さ(m)を計算するSyntax
Parameters
- latLng1
- Michi.GPSPosition 1
- latLng2
- Michi.GPSPosition 2
Returns
距離(m)Remarks
http://h2caster.net/home/gpsandpda/hybeny.phpRequirements
Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0
Documentation for this section has not yet been entered.Syntax
Parameters
- value
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0
緯度 (北緯)Syntax
protected double latitudeRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0
緯度 (北緯)Syntax
public double Latitude { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0
経度 (東経)Syntax
protected double longitudeRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0
経度 (東経)Syntax
public double Longitude { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0