L
- LatLngObject - class in com.doorstepai.sdks.tracking
- layout(Integer,Integer,Integer,Integer) - function in android.view.DoorstepEmbedView
- LightData - class in com.doorstepai.sdks.tracking.internal.sensors
- TYPE_LIGHT: illuminance in lux.
- LinearAccelData - class in com.doorstepai.sdks.tracking.internal.sensors
- TYPE_LINEAR_ACCELERATION: gravity-removed acceleration (m/s²).
- LiveAxisSnapshot - class in com.doorstepai.sdks.tracking
- Per-axis recent history for a vector stream (accel/gyro/mag), oldest -> newest.
- LiveDeviceEntry - class in com.doorstepai.sdks.tracking
- A device/AP/satellite discovered on a scan stream (BLE / WiFi / GNSS).
- LiveLatLng - class in com.doorstepai.sdks.tracking
- A location fix, for the live track map.
- LiveMonitor - class in com.doorstepai.sdks.tracking
- Read-only, DEBUG-ONLY live data monitor.
- LiveStreamSnapshot - class in com.doorstepai.sdks.tracking
- Snapshot of one stream's live activity, for a debug dashboard.
- load(String,String,String,String,String,String,String,String) - function in com.doorstepai.sdks.tracking.DoorstepEmbedView
- Mints a Doorstep Go link for address and loads it at the current mode.
- load(String,String,String,String,String,String,String) - function in com.doorstepai.sdks.tracking.DoorstepEmbedView
- Mints a Doorstep Go link for address and loads it at the current mode.
- load(String,String,String,String,String,String) - function in com.doorstepai.sdks.tracking.DoorstepEmbedView
- Mints a Doorstep Go link for address and loads it at the current mode.
- load(String,String,String,String,String) - function in com.doorstepai.sdks.tracking.DoorstepEmbedView
- Mints a Doorstep Go link for address and loads it at the current mode.
- load(String,String,String,String) - function in com.doorstepai.sdks.tracking.DoorstepEmbedView
- Mints a Doorstep Go link for address and loads it at the current mode.
- load(String,String,String) - function in com.doorstepai.sdks.tracking.DoorstepEmbedView
- Mints a Doorstep Go link for address and loads it at the current mode.
- load(String,String) - function in com.doorstepai.sdks.tracking.DoorstepEmbedView
- Mints a Doorstep Go link for address and loads it at the current mode.
- load(String) - function in com.doorstepai.sdks.tracking.DoorstepEmbedView
- Mints a Doorstep Go link for address and loads it at the current mode.
- LOCATION_ALWAYS - enum entry in com.doorstepai.sdks.tracking.DoorstepPermission
Background location — Manifest.permission.ACCESS_BACKGROUND_LOCATION (API 29+), required to keep collecting while the host app is backgrounded or the screen is off, and required by route geofencing (
GeofenceManager.hasLocationPermissiondemands fine and background).Android forbids bundling this with the foreground request — on API 30+ a bundled ask is auto-denied — so the SDK never puts it in the same request batch as anything else. See DoorstepAI.requestPermissions for the deferral contract.
Below API 29 there is no separate grant: the permission is implicitly held, and this bucket reports DoorstepPermissionState.GRANTED.
- LOCATION_WHEN_IN_USE - enum entry in com.doorstepai.sdks.tracking.DoorstepPermission
Foreground location — Manifest.permission.ACCESS_FINE_LOCATION + Manifest.permission.ACCESS_COARSE_LOCATION, one OS dialog.
The SDK cannot start a session without this (
DoorstepAI.startDelivery*refuses), and it is the prerequisite for LOCATION_ALWAYS.- LocationConfiguration - class in com.doorstepai.sdks.tracking.internal
- LocationConfiguration.Companion - class in com.doorstepai.sdks.tracking.internal.LocationConfiguration
- LocationData - class in com.doorstepai.sdks.tracking.internal.sensors
- Data class representing a location update.
- LocationFieldsConfiguration - class in com.doorstepai.sdks.tracking.internal
- LocationFieldsConfiguration.Companion - class in com.doorstepai.sdks.tracking.internal.LocationFieldsConfiguration
- LocationManager - class in com.doorstepai.sdks.tracking.internal.sensors
- Manager class that encapsulates location and heading updates.
- LocationProviderResolver - class in com.doorstepai.sdks.tracking.internal.sensors
- Decides the location source from the server
location.providerflag + GMS availability. - locationTrack() - function in com.doorstepai.sdks.tracking.LiveMonitor