Polylines constructor
Polylines({
- required String? points,
Creates a Polylines instance with an encoded polyline string.
Parameters:
points: Encoded polyline string from navigation API
Implementation
Polylines({required this.points});