VectorTile_GeomType$json top-level constant

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

Implementation

@$core.Deprecated('Use vectorTileDescriptor instead')
const VectorTile_GeomType$json = const {
  '1': 'GeomType',
  '2': const [
    const {'1': 'UNKNOWN', '2': 0},
    const {'1': 'POINT', '2': 1},
    const {'1': 'LINESTRING', '2': 2},
    const {'1': 'POLYGON', '2': 3},
  ],
};