OsmAnd
|
Classes | |
class | LiveMonitoringData |
class | LiveSender |
Public Member Functions | |
LiveMonitoringHelper (Context ctx) | |
boolean | isLiveMonitoringEnabled () |
void | insertData (double lat, double lon, double alt, double speed, double hdop, long time, OsmandSettings settings) |
void | sendData (LiveMonitoringData data) |
Protected Attributes | |
Context | ctx |
void net.osmand.plus.activities.LiveMonitoringHelper.insertData | ( | double | lat, |
double | lon, | ||
double | alt, | ||
double | speed, | ||
double | hdop, | ||
long | time, | ||
OsmandSettings | settings | ||
) |
void net.osmand.plus.activities.LiveMonitoringHelper.sendData | ( | LiveMonitoringData | data | ) |
Context net.osmand.plus.activities.LiveMonitoringHelper.ctx [protected] |