addPolylines method

Future<List<Polyline>> addPolylines({
  1. required List<Polyline> polylines,
})

Adds list of polylines to the Android Auto and Apple CarPlay map surface. Returns a list of polylines that have been added to the map.

Implementation

Future<List<Polyline>> addPolylines({required List<Polyline> polylines}) {
  throw UnimplementedError('addPolylines() has not been implemented.');
}