StaticMap constructor
      
      StaticMap(})
     
    
    
Implementation
StaticMap(
  this._apiKey, {
  this.polyEncode,
  this.markers = const [],
  this.zoom,
  this.size = '580x267',
  this.center,
  this.scale = false,
  this.path,
  this.mapType = 'roadmap',
}) : assert(
        size.contains('x'),
      );