empty constant

Location const empty

Represents an empty or undefined location

Implementation

static const empty = Location(latitude: double.nan, longitude: double.nan);