A C D E G I L M O P R S T U W

A

ACTIVE_LOCATION_UPDATE_ACTION - Static variable in class com.github.ignition.location.IgnitedLocationConstants
 
ACTIVE_LOCATION_UPDATE_PROVIDER_DISABLED_ACTION - Static variable in class com.github.ignition.location.IgnitedLocationConstants
 
alarmManager - Variable in class com.github.ignition.location.utils.locationupdaterequesters.IgnitedLegacyLocationUpdateRequester
 

C

cancel() - Method in interface com.github.ignition.location.templates.ILastLocationFinder
Cancel the one-shot current location update.
cancel() - Method in class com.github.ignition.location.utils.lastlocationfinders.IgnitedGingerbreadLastLocationFinder
Cancel the one-shot current location update.
cancel() - Method in class com.github.ignition.location.utils.lastlocationfinders.IgnitedLegacyLastLocationFinder
Cancel the one-shot current location update.
com.github.ignition.location - package com.github.ignition.location
 
com.github.ignition.location.annotations - package com.github.ignition.location.annotations
 
com.github.ignition.location.receivers - package com.github.ignition.location.receivers
 
com.github.ignition.location.tasks - package com.github.ignition.location.tasks
 
com.github.ignition.location.templates - package com.github.ignition.location.templates
 
com.github.ignition.location.utils - package com.github.ignition.location.utils
 
com.github.ignition.location.utils.lastlocationfinders - package com.github.ignition.location.utils.lastlocationfinders
 
com.github.ignition.location.utils.locationupdaterequesters - package com.github.ignition.location.utils.locationupdaterequesters
 
context - Variable in class com.github.ignition.location.templates.IgnitedAbstractLastLocationFinder
 
createWaitForLocationDialog(Context) - Static method in class com.github.ignition.location.utils.IgnitedLocationSupport
 
criteria - Variable in class com.github.ignition.location.templates.IgnitedAbstractLastLocationFinder
 
currentLocation - Variable in class com.github.ignition.location.templates.IgnitedAbstractLastLocationFinder
 

D

doInBackground(Void...) - Method in class com.github.ignition.location.tasks.IgnitedLastKnownLocationAsyncTask
 

E

ENABLE_PASSIVE_LOCATION_UPDATES_DEFAULT - Static variable in class com.github.ignition.location.IgnitedLocationConstants
 

G

getEnabledProviders(Context) - Static method in class com.github.ignition.location.utils.IgnitedLocationSupport
 
getLastBestLocation(int, long, boolean) - Method in class com.github.ignition.location.templates.IgnitedAbstractLastLocationFinder
Find the most accurate and timely previously detected location using all the location providers.
getLastBestLocation(int, long, boolean) - Method in interface com.github.ignition.location.templates.ILastLocationFinder
Find the most accurate and timely previously detected location using all the location providers.
getLastKnownLocation() - Method in class com.github.ignition.location.tasks.IgnitedLastKnownLocationAsyncTask
Find the last known location (using a LastLocationFinder) and updates the place list accordingly.
getLastLocationFinder() - Method in class com.github.ignition.location.tasks.IgnitedLastKnownLocationAsyncTask
 
getLastLocationFinder(Context) - Static method in class com.github.ignition.location.utils.PlatformSpecificImplementationFactory
Create a new LastLocationFinder instance
getLocationUpdateRequester(Context) - Static method in class com.github.ignition.location.utils.PlatformSpecificImplementationFactory
Create a new LocationUpdateRequester

I

ign_loc_dialog_wait_for_fix - Static variable in class com.github.ignition.location.R.id
 
ign_loc_dialog_wait_for_fix - Static variable in class com.github.ignition.location.R.string
 
IGNITED_LAST_LOCATION_EXTRA - Static variable in class com.github.ignition.location.IgnitedLocationConstants
 
IGNITED_LOCATION_EXTRA - Static variable in class com.github.ignition.location.IgnitedLocationConstants
 
IgnitedAbstractLastLocationFinder - Class in com.github.ignition.location.templates
 
IgnitedAbstractLastLocationFinder(Context) - Constructor for class com.github.ignition.location.templates.IgnitedAbstractLastLocationFinder
 
IgnitedAbstractLocationUpdateRequester - Class in com.github.ignition.location.templates
Abstract base class that can be extended to provide active and passive location updates optimized for each platform release.
IgnitedAbstractLocationUpdateRequester(LocationManager) - Constructor for class com.github.ignition.location.templates.IgnitedAbstractLocationUpdateRequester
 
IgnitedBootReceiver - Class in com.github.ignition.location.receivers
This Receiver class is designed to listen for system boot.
IgnitedBootReceiver() - Constructor for class com.github.ignition.location.receivers.IgnitedBootReceiver
 
IgnitedConnectivityChangedReceiver - Class in com.github.ignition.location.receivers
This Receiver class is designed to listen for changes in connectivity.
IgnitedConnectivityChangedReceiver() - Constructor for class com.github.ignition.location.receivers.IgnitedConnectivityChangedReceiver
 
IgnitedFroyoLocationUpdateRequester - Class in com.github.ignition.location.utils.locationupdaterequesters
Provides support for initiating active and passive location updates optimized for the Froyo release.
IgnitedFroyoLocationUpdateRequester(LocationManager) - Constructor for class com.github.ignition.location.utils.locationupdaterequesters.IgnitedFroyoLocationUpdateRequester
 
IgnitedGingerbreadLastLocationFinder - Class in com.github.ignition.location.utils.lastlocationfinders
Optimized implementation of Last Location Finder for devices running Gingerbread and above.
IgnitedGingerbreadLastLocationFinder(Context) - Constructor for class com.github.ignition.location.utils.lastlocationfinders.IgnitedGingerbreadLastLocationFinder
Construct a new Gingerbread Last Location Finder.
IgnitedGingerbreadLocationUpdateRequester - Class in com.github.ignition.location.utils.locationupdaterequesters
Provides support for initiating active and passive location updates optimized for the Gingerbread release.
IgnitedGingerbreadLocationUpdateRequester(LocationManager) - Constructor for class com.github.ignition.location.utils.locationupdaterequesters.IgnitedGingerbreadLocationUpdateRequester
 
IgnitedLastKnownLocationAsyncTask - Class in com.github.ignition.location.tasks
 
IgnitedLastKnownLocationAsyncTask(Context, int, long) - Constructor for class com.github.ignition.location.tasks.IgnitedLastKnownLocationAsyncTask
 
IgnitedLegacyLastLocationFinder - Class in com.github.ignition.location.utils.lastlocationfinders
Legacy implementation of Last Location Finder for all Android platforms down to Android 1.6.
IgnitedLegacyLastLocationFinder(Context) - Constructor for class com.github.ignition.location.utils.lastlocationfinders.IgnitedLegacyLastLocationFinder
Construct a new Legacy Last Location Finder.
IgnitedLegacyLocationUpdateRequester - Class in com.github.ignition.location.utils.locationupdaterequesters
Provides support for initiating active and passive location updates for all Android platforms from Android 1.6.
IgnitedLegacyLocationUpdateRequester(LocationManager) - Constructor for class com.github.ignition.location.utils.locationupdaterequesters.IgnitedLegacyLocationUpdateRequester
 
IgnitedLegacyLocationUpdateRequester(LocationManager, AlarmManager) - Constructor for class com.github.ignition.location.utils.locationupdaterequesters.IgnitedLegacyLocationUpdateRequester
 
IgnitedLocation - Annotation Type in com.github.ignition.location.annotations
Use this annotation on a Location field and ignition will return the current location.
IgnitedLocationActivity - Annotation Type in com.github.ignition.location.annotations
 
IgnitedLocationChangedReceiver - Class in com.github.ignition.location.receivers
This Receiver class is used to listen for Broadcast Intents that announce that a location change has occurred.
IgnitedLocationChangedReceiver() - Constructor for class com.github.ignition.location.receivers.IgnitedLocationChangedReceiver
 
IgnitedLocationConstants - Class in com.github.ignition.location
 
IgnitedLocationConstants() - Constructor for class com.github.ignition.location.IgnitedLocationConstants
 
IgnitedLocationSupport - Class in com.github.ignition.location.utils
 
IgnitedLocationSupport() - Constructor for class com.github.ignition.location.utils.IgnitedLocationSupport
 
IgnitedPassiveLocationChangedReceiver - Class in com.github.ignition.location.receivers
This Receiver class is used to listen for Broadcast Intents that announce that a location change has occurred while this application isn't visible.
IgnitedPassiveLocationChangedReceiver() - Constructor for class com.github.ignition.location.receivers.IgnitedPassiveLocationChangedReceiver
 
IgnitedPowerStateChangedReceiver - Class in com.github.ignition.location.receivers
The manifest Receiver is used to detect changes in battery state.
IgnitedPowerStateChangedReceiver() - Constructor for class com.github.ignition.location.receivers.IgnitedPowerStateChangedReceiver
 
ILastLocationFinder - Interface in com.github.ignition.location.templates
Interface definition for a Last Location Finder.
isFromGps(Location) - Static method in class com.github.ignition.location.utils.IgnitedLocationSupport
 
isFromNetwork(Location) - Static method in class com.github.ignition.location.utils.IgnitedLocationSupport
 
isGpsProviderEnabled(Context) - Static method in class com.github.ignition.location.utils.IgnitedLocationSupport
 
isNetworkProviderEnabled(Context) - Static method in class com.github.ignition.location.utils.IgnitedLocationSupport
 

L

LAST_LOCATION_TOO_OLD_OR_INACCURATE_EXTRA - Static variable in interface com.github.ignition.location.templates.ILastLocationFinder
 
LOCATION_UPDATES_DISTANCE_DIFF_DEFAULT - Static variable in class com.github.ignition.location.IgnitedLocationConstants
 
LOCATION_UPDATES_INTERVAL_DEFAULT - Static variable in class com.github.ignition.location.IgnitedLocationConstants
 
locationManager - Variable in class com.github.ignition.location.templates.IgnitedAbstractLastLocationFinder
 
locationManager - Variable in class com.github.ignition.location.templates.IgnitedAbstractLocationUpdateRequester
 
LOG_TAG - Static variable in class com.github.ignition.location.receivers.IgnitedLocationChangedReceiver
 
LOG_TAG - Static variable in class com.github.ignition.location.receivers.IgnitedPassiveLocationChangedReceiver
 
LOG_TAG - Static variable in interface com.github.ignition.location.templates.ILastLocationFinder
 
LOG_TAG - Static variable in class com.github.ignition.location.utils.lastlocationfinders.IgnitedLegacyLastLocationFinder
 

M

MIN_BATTERY_LEVEL_FOR_GPS_DEFAULT - Static variable in class com.github.ignition.location.IgnitedLocationConstants
 

O

onCancelled() - Method in class com.github.ignition.location.tasks.IgnitedLastKnownLocationAsyncTask
 
onIgnitedLocationChanged(Location) - Method in interface com.github.ignition.location.templates.OnIgnitedLocationChangedListener
Returns true if more location updates should be requested, false otherwise (this will disable location updates requests).
OnIgnitedLocationChangedListener - Interface in com.github.ignition.location.templates
 
onPostExecute(Location) - Method in class com.github.ignition.location.tasks.IgnitedLastKnownLocationAsyncTask
 
onReceive(Context, Intent) - Method in class com.github.ignition.location.receivers.IgnitedBootReceiver
 
onReceive(Context, Intent) - Method in class com.github.ignition.location.receivers.IgnitedConnectivityChangedReceiver
 
onReceive(Context, Intent) - Method in class com.github.ignition.location.receivers.IgnitedLocationChangedReceiver
When a new location is received, extract it from the Intent and use it to start the Service used to update the list of nearby places.
onReceive(Context, Intent) - Method in class com.github.ignition.location.receivers.IgnitedPassiveLocationChangedReceiver
When a new location is received, extract it from the Intent and update the current location.
onReceive(Context, Intent) - Method in class com.github.ignition.location.receivers.IgnitedPowerStateChangedReceiver
 

P

PASSIVE_LOCATION_UPDATES_DISTANCE_DIFF_DEFAULT - Static variable in class com.github.ignition.location.IgnitedLocationConstants
 
PASSIVE_LOCATION_UPDATES_INTERVAL_DEFAULT - Static variable in class com.github.ignition.location.IgnitedLocationConstants
 
PlatformSpecificImplementationFactory - Class in com.github.ignition.location.utils
Factory class to create the correct instances of a variety of classes with platform specific implementations.
PlatformSpecificImplementationFactory() - Constructor for class com.github.ignition.location.utils.PlatformSpecificImplementationFactory
 

R

R - Class in com.github.ignition.location
 
R() - Constructor for class com.github.ignition.location.R
 
R.attr - Class in com.github.ignition.location
 
R.attr() - Constructor for class com.github.ignition.location.R.attr
 
R.id - Class in com.github.ignition.location
 
R.id() - Constructor for class com.github.ignition.location.R.id
 
R.string - Class in com.github.ignition.location
 
R.string() - Constructor for class com.github.ignition.location.R.string
 
removeLocationUpdates() - Method in class com.github.ignition.location.templates.IgnitedAbstractLocationUpdateRequester
 
REQUEST_LOCATION_UPDATES_DEFAULT - Static variable in class com.github.ignition.location.IgnitedLocationConstants
 
requestLocationUpdates(long, long, Criteria, PendingIntent) - Method in class com.github.ignition.location.templates.IgnitedAbstractLocationUpdateRequester
Request active location updates.
requestLocationUpdates(long, long, Criteria, PendingIntent) - Method in class com.github.ignition.location.utils.locationupdaterequesters.IgnitedGingerbreadLocationUpdateRequester
Request active location updates.
requestLocationUpdates(long, long, Criteria, PendingIntent) - Method in class com.github.ignition.location.utils.locationupdaterequesters.IgnitedLegacyLocationUpdateRequester
Request active location updates.
requestPassiveLocationUpdates(long, long, PendingIntent) - Method in class com.github.ignition.location.templates.IgnitedAbstractLocationUpdateRequester
Request passive location updates.
requestPassiveLocationUpdates(long, long, PendingIntent) - Method in class com.github.ignition.location.utils.locationupdaterequesters.IgnitedFroyoLocationUpdateRequester
Request passive location updates.
requestPassiveLocationUpdates(long, long, PendingIntent) - Method in class com.github.ignition.location.utils.locationupdaterequesters.IgnitedLegacyLocationUpdateRequester
Request passive location updates.
retrieveSingleLocationUpdate() - Method in interface com.github.ignition.location.templates.ILastLocationFinder
Retrieve a one-shot location update.
retrieveSingleLocationUpdate() - Method in class com.github.ignition.location.utils.lastlocationfinders.IgnitedGingerbreadLastLocationFinder
Retrieve a one-shot location update.
retrieveSingleLocationUpdate() - Method in class com.github.ignition.location.utils.lastlocationfinders.IgnitedLegacyLastLocationFinder
Retrieve a one-shot location update.

S

setCurrentLocation(Location) - Method in class com.github.ignition.location.templates.IgnitedAbstractLastLocationFinder
 
SHARED_PREFERENCE_FILE - Static variable in class com.github.ignition.location.IgnitedLocationConstants
 
SHOW_WAIT_FOR_LOCATION_DIALOG_DEFAULT - Static variable in class com.github.ignition.location.IgnitedLocationConstants
 
singeUpdateListener - Variable in class com.github.ignition.location.utils.lastlocationfinders.IgnitedLegacyLastLocationFinder
This one-off LocationListener simply listens for a single location update before unregistering itself.
SINGLE_LOCATION_UPDATE_ACTION - Static variable in class com.github.ignition.location.utils.lastlocationfinders.IgnitedGingerbreadLastLocationFinder
 
singleUpdateReceiver - Variable in class com.github.ignition.location.utils.lastlocationfinders.IgnitedGingerbreadLastLocationFinder
This BroadcastReceiver listens for a single location update before unregistering itself.
SP_KEY_ENABLE_LOCATION_UPDATES - Static variable in class com.github.ignition.location.IgnitedLocationConstants
 
SP_KEY_ENABLE_PASSIVE_LOCATION_UPDATES - Static variable in class com.github.ignition.location.IgnitedLocationConstants
 
SP_KEY_LOCATION_UPDATES_DISTANCE_DIFF - Static variable in class com.github.ignition.location.IgnitedLocationConstants
 
SP_KEY_LOCATION_UPDATES_INTERVAL - Static variable in class com.github.ignition.location.IgnitedLocationConstants
 
SP_KEY_LOCATION_UPDATES_USE_GPS - Static variable in class com.github.ignition.location.IgnitedLocationConstants
 
SP_KEY_MIN_BATTERY_LEVEL - Static variable in class com.github.ignition.location.IgnitedLocationConstants
 
SP_KEY_PASSIVE_LOCATION_UPDATES_DISTANCE_DIFF - Static variable in class com.github.ignition.location.IgnitedLocationConstants
 
SP_KEY_PASSIVE_LOCATION_UPDATES_INTERVAL - Static variable in class com.github.ignition.location.IgnitedLocationConstants
 
SP_KEY_RUN_ONCE - Static variable in class com.github.ignition.location.IgnitedLocationConstants
 
SP_KEY_SHOW_WAIT_FOR_LOCATION_DIALOG - Static variable in class com.github.ignition.location.IgnitedLocationConstants
 
SP_KEY_WAIT_FOR_GPS_FIX_INTERVAL - Static variable in class com.github.ignition.location.IgnitedLocationConstants
 

T

TAG - Static variable in class com.github.ignition.location.templates.IgnitedAbstractLocationUpdateRequester
 

U

UPDATE_LOCATION_UPDATES_CRITERIA_ACTION - Static variable in class com.github.ignition.location.IgnitedLocationConstants
 
USE_GPS_DEFAULT - Static variable in class com.github.ignition.location.IgnitedLocationConstants
 

W

WAIT_FOR_GPS_FIX_INTERVAL_DEFAULT - Static variable in class com.github.ignition.location.IgnitedLocationConstants
 

A C D E G I L M O P R S T U W

Copyright © 2012. All Rights Reserved.