flutter_polyline_points 0.0.1 flutter_polyline_points: ^0.0.1 copied to clipboard
A flutter package to get polyline points by either passing the coordinates or google encoded polyline string
flutter_polyline_points #
A flutter plugin that decodes encoded google polyline string into list of geo-coordinates suitable for showing route/polyline on maps
Usage #
To use this package, add flutter_polyline_points as a dependency in your pubspec.yaml file.
Getting Started #
This package contains functions to decode google encoded polyline string which returns a list of co-ordinates indicating route between two geographical position
This project is a starting point for a Dart package, a library module containing code that can be shared easily across multiple Flutter or Dart projects.
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.