menu
gem_kit
core.dart
PolygonGeographicArea
isEmpty property
isEmpty
dark_mode
light_mode
isEmpty
property
@
override
bool
get
isEmpty
override
Checks if the geographic area is empty.
Returns
true if the area is empty, false otherwise.
Implementation
@override bool get isEmpty => boundingBox.isEmpty;
gem_kit
core
PolygonGeographicArea
isEmpty property
PolygonGeographicArea class