Show / Hide Table of Contents

Enum DeliveryVehicleLocationSensor

The sensor or methodology used to determine the location.

Namespace: Google.Maps.FleetEngine.Delivery.V1
Assembly: Google.Maps.FleetEngine.Delivery.V1.dll
Syntax
public enum DeliveryVehicleLocationSensor

Fields

Name Description
CoreLocation

The location provider on Apple operating systems.

CustomerSuppliedLocation

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 last_location.supplemental_location_sensor.

FleetEngineLocation

A location calculated by Fleet Engine based on the signals available to it. Output only. This value will be rejected if it is received in a request.

FusedLocationProvider

Android's Fused Location Provider.

Gps

GPS or Assisted GPS.

Network

Assisted GPS, cell tower ID, or WiFi access point.

Passive

Cell tower ID or WiFi access point.

RoadSnappedLocationProvider

A location determined by the mobile device to be the most likely road position.

UnknownSensor

The sensor is unspecified or unknown.

In this article
Back to top Generated by DocFX