menu
at_location_flutter package
documentation
map_content/flutter_map/src/geo/latlng_bounds.dart
LatLngBounds
isValid property
isValid property
dark_mode
light_mode
isValid
property
bool
get
isValid
Implementation
bool get isValid { return _sw != null && _ne != null; }
at_location_flutter package
documentation
map_content/flutter_map/src/geo/latlng_bounds
LatLngBounds
isValid property
LatLngBounds class