public class LocationStatsAggregator extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CURRENT_LOCATION |
static String |
CURRENT_SPEED |
protected android.bordeaux.services.AggregatorManager |
mAggregatorManager |
static String |
UNKNOWN_LOCATION |
Constructor and Description |
---|
LocationStatsAggregator(Context context) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getClusterNames() |
Map<String,String> |
getFeatureValue(String featureName) |
String[] |
getListOfFeatures() |
void |
release() |
void |
setFakeLocation(String name) |
void |
setManager(android.bordeaux.services.AggregatorManager m) |
public static final String CURRENT_LOCATION
public static final String CURRENT_SPEED
public static final String UNKNOWN_LOCATION
protected android.bordeaux.services.AggregatorManager mAggregatorManager
public LocationStatsAggregator(Context context)