encodedPolyline property
The string encoding of the polyline using the polyline encoding algorithm
Implementation
@$pb.TagNumber(1)
$core.String get encodedPolyline => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set encodedPolyline($core.String v) {
$_setString(0, v);
}