Retrieves all polylines that have been added to the map view.
Future<List<Polyline?>> getPolylines() { return GoogleMapsNavigationPlatform.instance.autoAPI.getPolylines(); }