Node$json top-level constant

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

Implementation

@$core.Deprecated('Use nodeDescriptor instead')
const Node$json = {
  '1': 'Node',
  '2': [
    {'1': 'id', '3': 1, '4': 2, '5': 18, '10': 'id'},
    {
      '1': 'keys',
      '3': 2,
      '4': 3,
      '5': 13,
      '8': {'2': true},
      '10': 'keys',
    },
    {
      '1': 'vals',
      '3': 3,
      '4': 3,
      '5': 13,
      '8': {'2': true},
      '10': 'vals',
    },
    {'1': 'info', '3': 4, '4': 1, '5': 11, '6': '.OSMPBF.Info', '10': 'info'},
    {'1': 'lat', '3': 8, '4': 2, '5': 18, '10': 'lat'},
    {'1': 'lon', '3': 9, '4': 2, '5': 18, '10': 'lon'},
  ],
};