A B C D E F G I L M N O P R S T 

A

addGeofences(List<Geofence>, PendingIntent) - Method in interface com.mapzen.android.lost.api.GeofencingApi
 
addGeofences(List<Geofence>, PendingIntent) - Method in class com.mapzen.android.lost.internal.GeofencingApiImpl
 

B

build() - Method in class com.mapzen.android.lost.api.Geofence.Builder
 
build() - Method in class com.mapzen.android.lost.api.LostApiClient.Builder
 

C

Clock - Interface in com.mapzen.android.lost.internal
 
com.mapzen.android.lost.api - package com.mapzen.android.lost.api
 
com.mapzen.android.lost.internal - package com.mapzen.android.lost.internal
 
connect() - Method in interface com.mapzen.android.lost.api.LostApiClient
 
connect() - Method in class com.mapzen.android.lost.internal.LostApiClientImpl
 
create() - Static method in class com.mapzen.android.lost.api.LocationRequest
 

D

disable() - Method in class com.mapzen.android.lost.internal.FusionEngine
 
disable() - Method in class com.mapzen.android.lost.internal.LocationEngine
Subclass should perform all operations required to disable the engine.
disable() - Method in class com.mapzen.android.lost.internal.MockEngine
 
disconnect() - Method in interface com.mapzen.android.lost.api.LostApiClient
 
disconnect() - Method in class com.mapzen.android.lost.internal.LostApiClientImpl
 

E

enable() - Method in class com.mapzen.android.lost.internal.FusionEngine
 
enable() - Method in class com.mapzen.android.lost.internal.LocationEngine
Subclass should perform all operations required to enable the engine.
enable() - Method in class com.mapzen.android.lost.internal.MockEngine
 

F

FusedLocationApi - Static variable in class com.mapzen.android.lost.api.LocationServices
 
FusedLocationProviderApi - Interface in com.mapzen.android.lost.api
 
FusedLocationProviderApiImpl - Class in com.mapzen.android.lost.internal
Implementation of the FusedLocationProviderApi.
FusedLocationProviderApiImpl(Context) - Constructor for class com.mapzen.android.lost.internal.FusedLocationProviderApiImpl
 
FusionEngine - Class in com.mapzen.android.lost.internal
Location engine that fuses GPS and network locations.
FusionEngine(Context, LocationEngine.Callback) - Constructor for class com.mapzen.android.lost.internal.FusionEngine
 

G

Geofence - Interface in com.mapzen.android.lost.api
 
Geofence.Builder - Class in com.mapzen.android.lost.api
 
Geofence.Builder() - Constructor for class com.mapzen.android.lost.api.Geofence.Builder
 
GEOFENCE_TRANSITION_DWELL - Static variable in interface com.mapzen.android.lost.api.Geofence
 
GEOFENCE_TRANSITION_ENTER - Static variable in interface com.mapzen.android.lost.api.Geofence
 
GEOFENCE_TRANSITION_EXIT - Static variable in interface com.mapzen.android.lost.api.Geofence
 
GeofencingApi - Interface in com.mapzen.android.lost.api
 
GeofencingApi - Static variable in class com.mapzen.android.lost.api.LocationServices
 
GeofencingApiImpl - Class in com.mapzen.android.lost.internal
Implementation of the GeofencingApi.
GeofencingApiImpl() - Constructor for class com.mapzen.android.lost.internal.GeofencingApiImpl
 
getCallback() - Method in class com.mapzen.android.lost.internal.LocationEngine
 
getContext() - Method in class com.mapzen.android.lost.internal.LocationEngine
 
getCurrentTimeInMillis() - Method in interface com.mapzen.android.lost.internal.Clock
 
getCurrentTimeInMillis() - Method in class com.mapzen.android.lost.internal.SystemClock
 
getFastestInterval() - Method in class com.mapzen.android.lost.api.LocationRequest
 
getInterval() - Method in class com.mapzen.android.lost.api.LocationRequest
 
getLastLocation() - Method in interface com.mapzen.android.lost.api.FusedLocationProviderApi
 
getLastLocation() - Method in class com.mapzen.android.lost.internal.FusedLocationProviderApiImpl
 
getLastLocation() - Method in class com.mapzen.android.lost.internal.FusionEngine
 
getLastLocation() - Method in class com.mapzen.android.lost.internal.LocationEngine
Return most best recent location available.
getLastLocation() - Method in class com.mapzen.android.lost.internal.MockEngine
 
getPriority() - Method in class com.mapzen.android.lost.api.LocationRequest
 
getRequest() - Method in class com.mapzen.android.lost.internal.LocationEngine
 
getRequestId() - Method in interface com.mapzen.android.lost.api.Geofence
 
getSmallestDisplacement() - Method in class com.mapzen.android.lost.api.LocationRequest
 
getTimeInNanos(Location) - Static method in class com.mapzen.android.lost.internal.SystemClock
 

I

isBetterThan(Location, Location) - Static method in class com.mapzen.android.lost.internal.FusionEngine
 
isConnected() - Method in interface com.mapzen.android.lost.api.LostApiClient
 
isConnected() - Method in class com.mapzen.android.lost.internal.LostApiClientImpl
 

L

LocationEngine - Class in com.mapzen.android.lost.internal
Base class for FusionEngine and MockEngine classes.
LocationEngine(Context, LocationEngine.Callback) - Constructor for class com.mapzen.android.lost.internal.LocationEngine
 
LocationEngine.Callback - Interface in com.mapzen.android.lost.internal
 
LocationListener - Interface in com.mapzen.android.lost.api
 
LocationRequest - Class in com.mapzen.android.lost.api
 
LocationServices - Class in com.mapzen.android.lost.api
 
LocationServices() - Constructor for class com.mapzen.android.lost.api.LocationServices
 
LostApiClient - Interface in com.mapzen.android.lost.api
 
LostApiClient.Builder - Class in com.mapzen.android.lost.api
 
LostApiClient.Builder(Context) - Constructor for class com.mapzen.android.lost.api.LostApiClient.Builder
 
LostApiClientImpl - Class in com.mapzen.android.lost.internal
Implementation for LostApiClient.
LostApiClientImpl(Context) - Constructor for class com.mapzen.android.lost.internal.LostApiClientImpl
 

M

MOCK_PROVIDER - Static variable in class com.mapzen.android.lost.internal.MockEngine
 
MockEngine - Class in com.mapzen.android.lost.internal
Mock implementation of LocationEngine that reports single locations and/or full GPX traces.
MockEngine(Context, LocationEngine.Callback) - Constructor for class com.mapzen.android.lost.internal.MockEngine
 
MS_TO_NS - Static variable in class com.mapzen.android.lost.internal.SystemClock
 

N

NEVER_EXPIRE - Static variable in interface com.mapzen.android.lost.api.Geofence
 

O

onLocationChanged(Location) - Method in interface com.mapzen.android.lost.api.LocationListener
 
onLocationChanged(Location) - Method in class com.mapzen.android.lost.internal.FusionEngine
 
onProviderDisabled(String) - Method in class com.mapzen.android.lost.internal.FusionEngine
 
onProviderEnabled(String) - Method in class com.mapzen.android.lost.internal.FusionEngine
 
onStatusChanged(String, int, Bundle) - Method in class com.mapzen.android.lost.internal.FusionEngine
 

P

PRIORITY_BALANCED_POWER_ACCURACY - Static variable in class com.mapzen.android.lost.api.LocationRequest
 
PRIORITY_HIGH_ACCURACY - Static variable in class com.mapzen.android.lost.api.LocationRequest
 
PRIORITY_LOW_POWER - Static variable in class com.mapzen.android.lost.api.LocationRequest
 
PRIORITY_NO_POWER - Static variable in class com.mapzen.android.lost.api.LocationRequest
 

R

RECENT_UPDATE_THRESHOLD_IN_MILLIS - Static variable in class com.mapzen.android.lost.internal.FusionEngine
Location updates more than 60 seconds old are considered stale.
RECENT_UPDATE_THRESHOLD_IN_NANOS - Static variable in class com.mapzen.android.lost.internal.FusionEngine
 
removeGeofences(List<String>) - Method in interface com.mapzen.android.lost.api.GeofencingApi
 
removeGeofences(PendingIntent) - Method in interface com.mapzen.android.lost.api.GeofencingApi
 
removeGeofences(List<String>) - Method in class com.mapzen.android.lost.internal.GeofencingApiImpl
 
removeGeofences(PendingIntent) - Method in class com.mapzen.android.lost.internal.GeofencingApiImpl
 
removeLocationUpdates(LocationListener) - Method in interface com.mapzen.android.lost.api.FusedLocationProviderApi
 
removeLocationUpdates(PendingIntent) - Method in interface com.mapzen.android.lost.api.FusedLocationProviderApi
 
removeLocationUpdates(LocationListener) - Method in class com.mapzen.android.lost.internal.FusedLocationProviderApiImpl
 
removeLocationUpdates(PendingIntent) - Method in class com.mapzen.android.lost.internal.FusedLocationProviderApiImpl
 
reportLocation(Location) - Method in class com.mapzen.android.lost.internal.FusedLocationProviderApiImpl
 
reportLocation(Location) - Method in interface com.mapzen.android.lost.internal.LocationEngine.Callback
 
requestLocationUpdates(LocationRequest, LocationListener, Looper) - Method in interface com.mapzen.android.lost.api.FusedLocationProviderApi
 
requestLocationUpdates(LocationRequest, LocationListener) - Method in interface com.mapzen.android.lost.api.FusedLocationProviderApi
 
requestLocationUpdates(LocationRequest, PendingIntent) - Method in interface com.mapzen.android.lost.api.FusedLocationProviderApi
 
requestLocationUpdates(LocationRequest, LocationListener) - Method in class com.mapzen.android.lost.internal.FusedLocationProviderApiImpl
 
requestLocationUpdates(LocationRequest, LocationListener, Looper) - Method in class com.mapzen.android.lost.internal.FusedLocationProviderApiImpl
 
requestLocationUpdates(LocationRequest, PendingIntent) - Method in class com.mapzen.android.lost.internal.FusedLocationProviderApiImpl
 

S

setCircularRegion(double, double, float) - Method in class com.mapzen.android.lost.api.Geofence.Builder
 
setExpirationDuration(long) - Method in class com.mapzen.android.lost.api.Geofence.Builder
 
setFastestInterval(long) - Method in class com.mapzen.android.lost.api.LocationRequest
 
setInterval(long) - Method in class com.mapzen.android.lost.api.LocationRequest
 
setLocation(Location) - Method in class com.mapzen.android.lost.internal.MockEngine
 
setLoiteringDelay(int) - Method in class com.mapzen.android.lost.api.Geofence.Builder
 
setMockLocation(Location) - Method in interface com.mapzen.android.lost.api.FusedLocationProviderApi
 
setMockLocation(Location) - Method in class com.mapzen.android.lost.internal.FusedLocationProviderApiImpl
 
setMockMode(boolean) - Method in interface com.mapzen.android.lost.api.FusedLocationProviderApi
 
setMockMode(boolean) - Method in class com.mapzen.android.lost.internal.FusedLocationProviderApiImpl
 
setMockTrace(File) - Method in interface com.mapzen.android.lost.api.FusedLocationProviderApi
 
setMockTrace(File) - Method in class com.mapzen.android.lost.internal.FusedLocationProviderApiImpl
 
setNotificationResponsiveness(int) - Method in class com.mapzen.android.lost.api.Geofence.Builder
 
setPriority(int) - Method in class com.mapzen.android.lost.api.LocationRequest
 
setRequest(LocationRequest) - Method in class com.mapzen.android.lost.internal.LocationEngine
Enables the engine on receiving a valid location request.
setRequestId(String) - Method in class com.mapzen.android.lost.api.Geofence.Builder
 
setSmallestDisplacement(float) - Method in class com.mapzen.android.lost.api.LocationRequest
 
setTrace(File) - Method in class com.mapzen.android.lost.internal.MockEngine
Set a GPX trace file to be replayed as mock locations.
setTransitionTypes(int) - Method in class com.mapzen.android.lost.api.Geofence.Builder
 
SystemClock - Class in com.mapzen.android.lost.internal
 
SystemClock() - Constructor for class com.mapzen.android.lost.internal.SystemClock
 

T

TAG_LAT - Static variable in class com.mapzen.android.lost.internal.MockEngine
 
TAG_LNG - Static variable in class com.mapzen.android.lost.internal.MockEngine
 
TAG_SPEED - Static variable in class com.mapzen.android.lost.internal.MockEngine
 
TAG_TRACK_POINT - Static variable in class com.mapzen.android.lost.internal.MockEngine
 
A B C D E F G I L M N O P R S T 

Copyright © 2015 Mapzen. All Rights Reserved.