values constant

List<LocationSource> const values

Implementation

static const $core.List<LocationSource> values = <LocationSource> [
  LOCATION_SOURCE_UNSPECIFIED,
  LOCATION_SOURCE_GPS,
  LOCATION_SOURCE_NETWORK,
  LOCATION_SOURCE_IP,
  LOCATION_SOURCE_MANUAL,
];