maps_toolkit 1.0.0 copy "maps_toolkit: ^1.0.0" to clipboard
maps_toolkit: ^1.0.0 copied to clipboard

outdated

Maps toolkit - area, distance, heading measurements

A library for area, distance, heading measurements.

Usage #

A simple usage example:

import 'package:maps_toolkit/maps_toolkit.dart';

main() {
  val distanceBetweenPoints = SphericalUtil.computeDistanceBetween(
    LatLng(51.5073509, -0.1277583),
    LatLng(48.856614, 2.3522219)
  );
}

Features and bugs #

Please file feature requests and bugs at the issue tracker.

313
likes
0
pub points
97%
popularity

Publisher

verified publisherkb-apps.com

Maps toolkit - area, distance, heading measurements

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

pedantic

More

Packages that depend on maps_toolkit