polyline property

List<LngLat>? polyline
getter/setter pair

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

Implementation

List<LngLat>? polyline;