Метод | Описание | |
---|---|---|
BurritoDayModel ( IFiber fiber, IWebClient client ) : System | ||
Refresh ( ) : void |
Метод | Описание | |
---|---|---|
PollLocation ( ) : void | ||
PollState ( ) : void | ||
StartLocationPolling ( System.TimeSpan interval ) : void | ||
StopLocationPolling ( ) : void | ||
TryParseDistance ( string data, string &location, System.TimeSpan &duration, int &meters ) : bool | ||
TryParseLocation ( string data, double &latitude, double &longitude ) : bool | ||
TryParseState ( string data, BurritoDayState &state ) : bool |
public BurritoDayModel ( IFiber fiber, IWebClient client ) : System | ||
fiber | IFiber | |
client | IWebClient | |
Результат | System |