MapboxOptions constructor

const MapboxOptions({
  1. required String accessToken,
  2. String styleUserId = 'mapbox',
  3. String styleTileSetId = 'streets-v12',
})

Implementation

const MapboxOptions({
  required this.accessToken,
  this.styleUserId = 'mapbox',
  this.styleTileSetId = 'streets-v12',
});