DeliveryVehicleLocationSensorLog

  • The table outlines various location providers, including GPS, network-based, and customer-supplied options, used to determine a device's location.

  • Location providers can be as specific as GPS or as general as network-based (cell towers/WiFi), with some options for customized or road-snapped locations.

  • Fleet Engine and Fused Location Provider are included as specialized options for location data, alongside the Apple Core Location provider.

  • Customer-supplied locations can come from independent sources and are typically marked with CUSTOMER_SUPPLIED_LOCATION if the original source is not covered by other enum values.

Possible location providers (not necessarily "sensors").

Enums
LOCATION_SENSOR_LOG_UNSPECIFIED The sensor is unspecified or unknown.
LOCATION_SENSOR_GPS GPS or Assisted GPS.
LOCATION_SENSOR_NETWORK Assisted GPS, cell tower ID, or WiFi access point.
LOCATION_SENSOR_PASSIVE Cell tower ID or WiFi access point.
LOCATION_SENSOR_ROAD_SNAPPED_LOCATION_PROVIDER A location determined by the mobile device running Driver SDK to be the most likely road position.
LOCATION_SENSOR_CUSTOMER_SUPPLIED_LOCATION A customer-supplied location from an independent source. Typically, this value is used for a location provided from sources other than the mobile device running Driver SDK. If the original source is described by one of the other enum values, use that value. Locations marked CUSTOMER_SUPPLIED_LOCATION are typically provided via a DeliveryVehicle's lastLocation.supplemental_location_sensor.
LOCATION_SENSOR_FLEET_ENGINE_LOCATION A location calculated by Fleet Engine based on the signals available to it.
LOCATION_SENSOR_FUSED_LOCATION_PROVIDER Android's Fused Location Provider.
LOCATION_SENSOR_CORE_LOCATION The location provider on Apple operating systems.