menu
locus
locus.dart
LocationBounds
LocationBounds.new const constructor
LocationBounds.new
dark_mode
light_mode
LocationBounds
constructor
const
LocationBounds
(
{
required
Coords
southwest
,
required
Coords
northeast
,
})
Creates a bounding box.
Implementation
const LocationBounds({ required this.southwest, required this.northeast, });
locus
locus
LocationBounds
LocationBounds.new const constructor
LocationBounds class