public class GmsFusedBatchOptions extends Object
Modifier and Type | Class and Description |
---|---|
static class |
GmsFusedBatchOptions.BatchFlags |
static class |
GmsFusedBatchOptions.SourceTechnologies
Definition of enum flag sets needed by this class.
|
Constructor and Description |
---|
GmsFusedBatchOptions() |
Modifier and Type | Method and Description |
---|---|
int |
getFlags() |
double |
getMaxPowerAllocationInMW() |
FusedBatchOptions |
getParcelableOptions() |
long |
getPeriodInNS() |
float |
getSmallestDisplacementMeters() |
int |
getSourcesToUse() |
boolean |
isFlagSet(int flag) |
boolean |
isSourceToUseSet(int source) |
void |
resetFlag(int flag) |
void |
resetSourceToUse(int source) |
void |
setFlag(int flag) |
void |
setMaxPowerAllocationInMW(double value) |
void |
setPeriodInNS(long value) |
void |
setSmallestDisplacementMeters(float value) |
void |
setSourceToUse(int source) |
public void setMaxPowerAllocationInMW(double value)
public double getMaxPowerAllocationInMW()
public void setPeriodInNS(long value)
public long getPeriodInNS()
public void setSmallestDisplacementMeters(float value)
public float getSmallestDisplacementMeters()
public void setSourceToUse(int source)
public void resetSourceToUse(int source)
public boolean isSourceToUseSet(int source)
public int getSourcesToUse()
public void setFlag(int flag)
public void resetFlag(int flag)
public boolean isFlagSet(int flag)
public int getFlags()
public FusedBatchOptions getParcelableOptions()