dart-latlong icon indicating copy to clipboard operation
dart-latlong copied to clipboard

Initialize LatLng using DMS value

Open iqfareez opened this issue 1 year ago • 0 comments

Add constructor to a LatLng object to allow initializing object from Degree Minutes Seconds (DMS).

eg:

var p1 = LatLng.fromDMS(.....),

iqfareez avatar Apr 28 '23 21:04 iqfareez