Serial port and GPS

OsmDldCfg.strminlat Property

Minimum latitude of the area to download.

[Visual Basic]
Public Property strminlat As String
[C#]
public string strminlat {get; set;}

Remarks

While setting, any string accepted in Utils.coord2dec() may be used. The returned string value is always a string representation of a decimal number with a dot as decimal separator.

See Also

OsmDldCfg Class | serial Namespace | Utils.coord2dec