geotools 0.4.0 copy "geotools: ^0.4.0" to clipboard
geotools: ^0.4.0 copied to clipboard

A Dart library that provides tools for manipulating and working with geospatial data.

A Dart library that provides tools for manipulating and working with geospatial data.

Created by BitFlippers, provided under a MIT license.

Usage #

A simple usage example:

import 'package:geotools/geotools.dart';

main() {

print(latLongAsJson(0,0));

}

Inspired By #

Development #

  • pub get
  • dart --enable-asserts --enable-vm-service:49905 ./example/geotools_example.dart
  • pub run test -r json ./test/geotools_test.dart
3
likes
40
pub points
0%
popularity

Publisher

unverified uploader

A Dart library that provides tools for manipulating and working with geospatial data.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

More

Packages that depend on geotools