DeliveryVehicleLocationSensorLog
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-27 UTC."],[],["The document outlines possible location providers, categorized as enums. These include `LOCATION_SENSOR_GPS` (GPS/Assisted GPS), `NETWORK` (Assisted GPS, cell tower/WiFi), `PASSIVE` (cell tower/WiFi), and `ROAD_SNAPPED_LOCATION_PROVIDER` (most likely road position). Others include `CUSTOMER_SUPPLIED_LOCATION` (external source), `FLEET_ENGINE_LOCATION` (calculated by Fleet Engine), `FUSED_LOCATION_PROVIDER` (Android), and `CORE_LOCATION` (Apple). There's also an `UNSPECIFIED` or unknown sensor option.\n"]]