Uses of Interface
com.github.ignition.location.templates.ILastLocationFinder

Packages that use ILastLocationFinder
com.github.ignition.location.tasks   
com.github.ignition.location.templates   
com.github.ignition.location.utils   
com.github.ignition.location.utils.lastlocationfinders   
 

Uses of ILastLocationFinder in com.github.ignition.location.tasks
 

Methods in com.github.ignition.location.tasks that return ILastLocationFinder
 ILastLocationFinder IgnitedLastKnownLocationAsyncTask.getLastLocationFinder()
           
 

Uses of ILastLocationFinder in com.github.ignition.location.templates
 

Classes in com.github.ignition.location.templates that implement ILastLocationFinder
 class IgnitedAbstractLastLocationFinder
           
 

Uses of ILastLocationFinder in com.github.ignition.location.utils
 

Methods in com.github.ignition.location.utils that return ILastLocationFinder
static ILastLocationFinder PlatformSpecificImplementationFactory.getLastLocationFinder(android.content.Context context)
          Create a new LastLocationFinder instance
 

Uses of ILastLocationFinder in com.github.ignition.location.utils.lastlocationfinders
 

Classes in com.github.ignition.location.utils.lastlocationfinders that implement ILastLocationFinder
 class IgnitedGingerbreadLastLocationFinder
          Optimized implementation of Last Location Finder for devices running Gingerbread and above.
 class IgnitedLegacyLastLocationFinder
          Legacy implementation of Last Location Finder for all Android platforms down to Android 1.6.
 



Copyright © 2012. All Rights Reserved.