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