d4_geo_parse library

Convert GeoJSON representations to strongly typed dart structures.

Functions

geoParseObject(Object object) Map<String?, dynamic>
Returns a deep copy of the GeoJSON object with the most precise types for the structure by traversing and rebuilding on the way back.
geoParseString(String object) Map<String?, dynamic>
Equivalent to geoParseObject except it accepts the GeoJSON object as string.
geoParseUtf8(Uint8List object) Map<String?, dynamic>
Equivalent to geoParseObject except it accepts the GeoJSON object as utf8.