BuildingInsights constructor

BuildingInsights({
  1. String? administrativeArea,
  2. LatLngBox? boundingBox,
  3. LatLng? center,
  4. Date? imageryDate,
  5. Date? imageryProcessedDate,
  6. String? imageryQuality,
  7. String? name,
  8. String? postalCode,
  9. String? regionCode,
  10. SolarPotential? solarPotential,
  11. String? statisticalArea,
})

Implementation

BuildingInsights({
  this.administrativeArea,
  this.boundingBox,
  this.center,
  this.imageryDate,
  this.imageryProcessedDate,
  this.imageryQuality,
  this.name,
  this.postalCode,
  this.regionCode,
  this.solarPotential,
  this.statisticalArea,
});