width property
double
get
width
sublocation's width in meters.
Example:
// Get sublocation width in meters
double width = sublocation.getWidth();
print('Sublocation width: $width meters');
Implementation
double get width;