IFusedLocationHardwareSinkpublic interface IFusedLocationHardwareSink implements android.os.IInterfaceFused Location hardware event sink interface.
This interface defines the set of events that the FusedLocationHardware provides. |
Methods Summary |
---|
public void | onDiagnosticDataAvailable(java.lang.String data)Event generated from FLP HAL to provide diagnostic data to the platform.
| public void | onLocationAvailable(android.location.Location[] locations)Event generated when a batch of location information is available.
|
|