MapData constructor
Implementation
MapData({
  required this.id,
  required this.style,
  required this.minZoom,
  required this.maxZoom,
  required this.bounds,
  this.maxBounds,
  this.useTags,
  this.tagsOverlap,
  });
MapData({
  required this.id,
  required this.style,
  required this.minZoom,
  required this.maxZoom,
  required this.bounds,
  this.maxBounds,
  this.useTags,
  this.tagsOverlap,
  });