polyline property

List<LngLat>? polyline
final

this is list of geopoint of the route,this attribute is not null if geometry equal to geojson except that use always polylineEncoded

Implementation

final List<LngLat>? polyline;