FFGoogleMap_FFGoogleMapStyle$json top-level constant

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

Implementation

@$core.Deprecated('Use fFGoogleMapDescriptor instead')
const FFGoogleMap_FFGoogleMapStyle$json = {
  '1': 'FFGoogleMapStyle',
  '2': [
    {'1': 'MAP_STYLE_UNDEFINED', '2': 0},
    {'1': 'STANDARD', '2': 1},
    {'1': 'DARK', '2': 2},
    {'1': 'NIGHT', '2': 3},
    {'1': 'SILVER', '2': 4},
    {'1': 'AUBERGINE', '2': 5},
    {'1': 'RETRO', '2': 6},
  ],
};