Property | Type | Description | |
---|---|---|---|
DistanceInMeters | int | ||
EndLat | double | ||
EndLon | double | ||
EndStation | string | ||
StartLat | double | ||
StartLon | double | ||
StartStation | string | ||
Ticks | long | ||
TimeInSeconds | int | ||
currentTripLog |
Method | Description | |
---|---|---|
GetCurrentLocation ( |
||
GetDouble ( string d ) : double | ||
GetInt ( string d ) : int | ||
GetLong ( string d ) : long | ||
MakeDummyData ( ) : void | ||
PersistToDisk ( ) : void | ||
RemoveElementAt ( int row ) : void | ||
ReverseGeocode ( |
||
SaveCurrentTripLog ( ) : void | ||
SetLocation ( double lat, double lon, bool isStart ) : void | ||
StartNewTripItem ( ) : void | ||
StopTripItem ( int totalTime ) : void | ||
TripLog ( ) : System | ||
TripLog ( string items ) : System |
Method | Description | |
---|---|---|
ReverseGeocode ( double lat, double lon ) : string |
public static GetCurrentLocation ( |
||
currentLog | ||
isStart | bool | |
onFound | NSAction | |
return | void |
public static RemoveElementAt ( int row ) : void | ||
row | int | |
return | void |
public static ReverseGeocode ( |
||
trip | ||
return | void |
public SetLocation ( double lat, double lon, bool isStart ) : void | ||
lat | double | |
lon | double | |
isStart | bool | |
return | void |
public static StopTripItem ( int totalTime ) : void | ||
totalTime | int | |
return | void |