s2geometry 0.1.1 copy "s2geometry: ^0.1.1" to clipboard
s2geometry: ^0.1.1 copied to clipboard

Dart port of the S2 Geometry library

example/s2geometry_example.dart

import 'package:s2geometry/s2geometry.dart';

main() {
  S2LatLng latLng = new S2LatLng.fromDegrees(49.703498679, 11.770681595);
  S2CellId cellId = new S2CellId.fromLatLng(latLng);
  print(cellId.toToken());
}
1
likes
30
pub points
12%
popularity

Publisher

unverified uploader

Dart port of the S2 Geometry library

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

More

Packages that depend on s2geometry