public class ReportedChanges
extends java.lang.Object
FusedLocationProviderServiceImpl can properly determine if it should be
reported to listeners, pending intents, and callbacks.| Constructor and Description |
|---|
ReportedChanges(java.util.Map<LocationRequest,java.lang.Long> timeChanges,
java.util.Map<LocationRequest,android.location.Location> locationChanges) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<LocationRequest,android.location.Location> |
locationChanges() |
void |
putAll(ReportedChanges changes) |
java.util.Map<LocationRequest,java.lang.Long> |
timeChanges() |
public ReportedChanges(java.util.Map<LocationRequest,java.lang.Long> timeChanges, java.util.Map<LocationRequest,android.location.Location> locationChanges)
public java.util.Map<LocationRequest,java.lang.Long> timeChanges()
public java.util.Map<LocationRequest,android.location.Location> locationChanges()
public void putAll(ReportedChanges changes)