Polyline constructor
Polyline({})
Implementation
Polyline({
required this.startLatLng,
required this.endLatLng,
required this.width,
required this.color,
required this.apiKey
});
Polyline({
required this.startLatLng,
required this.endLatLng,
required this.width,
required this.color,
required this.apiKey
});