MapLibreOptions constructor

MapLibreOptions({
  1. String? apiKey,
  2. String? styleUrl,
})

Implementation

MapLibreOptions({
  this.apiKey,
  this.styleUrl,
});