Landmark$json top-level constant

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

Implementation

@$core.Deprecated('Use landmarkDescriptor instead')
const Landmark$json = const {
  '1': 'Landmark',
  '2': const [
    const {'1': 'x', '3': 1, '4': 1, '5': 2, '10': 'x'},
    const {'1': 'y', '3': 2, '4': 1, '5': 2, '10': 'y'},
    const {'1': 'z', '3': 3, '4': 1, '5': 2, '10': 'z'},
    const {'1': 'visibility', '3': 4, '4': 1, '5': 2, '10': 'visibility'},
    const {'1': 'presence', '3': 5, '4': 1, '5': 2, '10': 'presence'},
  ],
};