levels constant

List<GeoClueAccuracyLevel> const levels

All available accuracy level values.

Implementation

static const levels = <GeoClueAccuracyLevel>[
  none,
  country,
  city,
  neighborhood,
  street,
  exact,
];