Serial port and GPS

OsmDldCfg.strmaxlat Property

Maximum latitude of the area to download.

[Visual Basic]
Public Property strmaxlat As String
[C#]
public string strmaxlat {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