Module: Google::Maps::FleetEngine::V1::LocationSensor

Defined in:
proto_docs/google/maps/fleetengine/v1/fleetengine.rb

Overview

The sensor or methodology used to determine the location.

Constant Summary collapse

UNKNOWN_SENSOR =

The sensor is unspecified or unknown.

0
GPS =

GPS or Assisted GPS.

1
NETWORK =

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

2
PASSIVE =

Cell tower ID or WiFi access point.

3
ROAD_SNAPPED_LOCATION_PROVIDER =

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

4
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 Vehicle's last_location.supplemental_location_sensor.

5
FLEET_ENGINE_LOCATION =

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.

6
FUSED_LOCATION_PROVIDER =

Android's Fused Location Provider.

100
CORE_LOCATION =

The location provider on Apple operating systems.

200