styleId property

String get styleId

Implementation

String get styleId => switch (this) {
      MapboxStyle.streets => 'streets-v12',
      MapboxStyle.light => 'light-v11',
      MapboxStyle.dark => 'dark-v11',
      MapboxStyle.outdoors => 'outdoors-v12',
      MapboxStyle.satellite => 'satellite-v9',
      MapboxStyle.satelliteStreets => 'satellite-streets-v12',
      MapboxStyle.trafficDay => 'traffic-day-v2',
      MapboxStyle.trafficNight => 'traffic-night-v2',
      MapboxStyle.navigationDay => 'navigation-day-v1',
      MapboxStyle.navigationNight => 'navigation-night-v1',
      MapboxStyle.navigationGuidanceDay => 'navigation-guidance-day-v4',
      MapboxStyle.navigationGuidanceNight => 'navigation-guidance-night-v4'
    };