getPolylines method

Future<List<Polyline?>> getPolylines()

Retrieves all polylines that have been added to the map view.

Implementation

Future<List<Polyline?>> getPolylines() {
  return GoogleMapsNavigationPlatform.instance.autoAPI.getPolylines();
}