addPolylines method
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.');
}