GeolayerdataGeo constructor

GeolayerdataGeo({
  1. List<String>? boundary,
  2. String? cachePolicy,
  3. String? countryCode,
  4. double? latitude,
  5. double? longitude,
  6. String? mapType,
  7. GeolayerdataGeoViewport? viewport,
  8. int? zoom,
})

Implementation

GeolayerdataGeo({
  this.boundary,
  this.cachePolicy,
  this.countryCode,
  this.latitude,
  this.longitude,
  this.mapType,
  this.viewport,
  this.zoom,
});