RoofSegmentSizeAndSunshineStats constructor

RoofSegmentSizeAndSunshineStats({
  1. double? azimuthDegrees,
  2. LatLngBox? boundingBox,
  3. LatLng? center,
  4. double? pitchDegrees,
  5. double? planeHeightAtCenterMeters,
  6. SizeAndSunshineStats? stats,
})

Implementation

RoofSegmentSizeAndSunshineStats({
  this.azimuthDegrees,
  this.boundingBox,
  this.center,
  this.pitchDegrees,
  this.planeHeightAtCenterMeters,
  this.stats,
});