LatLngLongitudeMinutes Property |
doogal.co.uk Home
Gets the longitude minutes.
Namespace:
DotNetCoords
Assembly:
DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.22 (1.0.0.22)
Syntax public int LongitudeMinutes { get; }
Public ReadOnly Property LongitudeMinutes As Integer
Get
public:
property int LongitudeMinutes {
int get ();
}
member LongitudeMinutes : int with get
Property Value
Type:
Int32The longitude minutes.
See Also