FileDocCategorySizeDatePackage
IFusedLocationHardwareSink.javaAPI DocAndroid 5.1 API4517Sat Mar 14 05:48:02 GMT 2015android.hardware.location

IFusedLocationHardwareSink

public interface IFusedLocationHardwareSink implements android.os.IInterface
Fused Location hardware event sink interface. This interface defines the set of events that the FusedLocationHardware provides.
hide

Fields Summary
Constructors Summary
Methods Summary
public voidonDiagnosticDataAvailable(java.lang.String data)
Event generated from FLP HAL to provide diagnostic data to the platform.

param
data The diagnostic data provided by FLP HAL.

public voidonLocationAvailable(android.location.Location[] locations)
Event generated when a batch of location information is available.

param
locations The batch of location information available.