- Add YX to XY
- Fix Error - type
List<dynamic>
is not a subtype of typeList<num>
in type cast insidecsvToPoly
function - Add a check to see if it's
List<List<num>>
or justList
if it's casted kml
support- Add
json
support ?? - Polygon Name ?? - add optional name parameter in constructor
- Increase speed in most functions, by directly calling
contains
instead ofto_Point
which internally callscontains
poly.dart (25, 3) //TODO - Add YX to XY (26, 3) //TODO - kml support (59, 3) //TODO - Add a check to see if it's List<List> or just List if it's casted (85, 4) // TODO: Add json support ??