Polyline$json top-level constant

  1. @Deprecated('Use polylineDescriptor instead')
Map<String, Object> const Polyline$json

Implementation

@$core.Deprecated('Use polylineDescriptor instead')
const Polyline$json = {
  '1': 'Polyline',
  '2': [
    {
      '1': 'encoded_polyline',
      '3': 1,
      '4': 1,
      '5': 9,
      '9': 0,
      '10': 'encodedPolyline'
    },
    {
      '1': 'geo_json_linestring',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Struct',
      '9': 0,
      '10': 'geoJsonLinestring'
    },
  ],
  '8': [
    {'1': 'polyline_type'},
  ],
};