RoofSegmentSizeAndSunshineStats class

Information about the size and sunniness quantiles of a roof segment.

Constructors

RoofSegmentSizeAndSunshineStats({double? azimuthDegrees, LatLngBox? boundingBox, LatLng? center, double? pitchDegrees, double? planeHeightAtCenterMeters, SizeAndSunshineStats? stats})
RoofSegmentSizeAndSunshineStats.fromJson(Map json_)

Properties

azimuthDegrees double?
Compass direction the roof segment is pointing in.
getter/setter pair
boundingBox LatLngBox?
The bounding box of the roof segment.
getter/setter pair
center LatLng?
A point near the center of the roof segment.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
pitchDegrees double?
Angle of the roof segment relative to the theoretical ground plane.
getter/setter pair
planeHeightAtCenterMeters double?
The height of the roof segment plane, in meters above sea level, at the point designated by center.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stats SizeAndSunshineStats?
Total size and sunlight quantiles for the roof segment.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited