flutter_google_map_polyline_point 0.0.1 copy "flutter_google_map_polyline_point: ^0.0.1" to clipboard
flutter_google_map_polyline_point: ^0.0.1 copied to clipboard

A flutter plugin that decodes encoded google polyline string into list of geo-coordinates suitable for showing route/polyline on maps

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_google_map_polyline_point

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_google_map_polyline_point: ^0.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_google_map_polyline_point/flutter_polyline_point.dart';
import 'package:flutter_google_map_polyline_point/network_util.dart';
import 'package:flutter_google_map_polyline_point/point_lat_lng.dart';
import 'package:flutter_google_map_polyline_point/utils/polyline_result.dart';
import 'package:flutter_google_map_polyline_point/utils/polyline_waypoint.dart';
import 'package:flutter_google_map_polyline_point/utils/request_enums.dart';
6
likes
130
pub points
72%
popularity

Publisher

verified publishertesfalemnigussie.com

A flutter plugin that decodes encoded google polyline string into list of geo-coordinates suitable for showing route/polyline on maps

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http

More

Packages that depend on flutter_google_map_polyline_point