Method | Description | |
---|---|---|
ApplyOffset ( string latitude, string longitude, string &latitudewithoffset, string &longitudewithoffset ) : void | ||
GetCurrentLocation ( string latitude, string longitude ) : string | ||
GetRoute ( string currentlocation, string destination ) : List |
||
GetRoutingURI ( string currentlocation, string destination ) : |
||
GetURIResponse ( |
||
GetURIResponseSynced ( |
public static ApplyOffset ( string latitude, string longitude, string &latitudewithoffset, string &longitudewithoffset ) : void | ||
latitude | string | |
longitude | string | |
latitudewithoffset | string | |
longitudewithoffset | string | |
return | void |
public GetCurrentLocation ( string latitude, string longitude ) : string | ||
latitude | string | |
longitude | string | |
return | string |
public GetRoute ( string currentlocation, string destination ) : List |
||
currentlocation | string | |
destination | string | |
return | List |
public GetRoutingURI ( string currentlocation, string destination ) : |
||
currentlocation | string | |
destination | string | |
return |
public GetURIResponse ( |
||
uri | ||
callback | Action |
|
return | void |
public GetURIResponseSynced ( |
||
uri | ||
return | Response |