Method | Description | |
---|---|---|
BikeRouteViewModel ( ) : System | ||
CalculateRoute ( ) : void |
Calls a request to bing maps api which will calculate the route between several specified bikesttations.
|
|
CreateWaypoint ( Location location ) : Waypoint | ||
EndCalculateRoute ( IAsyncResult e ) : void |
public CreateWaypoint ( Location location ) : Waypoint | ||
location | Location | |
return | Waypoint |
public EndCalculateRoute ( IAsyncResult e ) : void | ||
e | IAsyncResult | |
return | void |