navibyte / geospatial

Geospatial data structures, tools and utilities for Dart and Flutter.
Other
52 stars 5 forks source link

Coordinates using data structures from typed data #203

Closed navispatial closed 1 year ago

navispatial commented 1 year ago

Basic coordinate data types of geobase could also wrap data specified by structures of typed_data package.

Currently coordinate array structures supported:

Following typed data structures could be used as a source instead of "plain" List without need for changes on geobase data structures:

Other types could be supported by implementing new factory methods:

navispatial commented 1 year ago

Implemented in geobase 0.6.0