Method | Description | |
---|---|---|
LocationDetailsPage ( Location location ) : WhereToFly.App.Core.ViewModels |
Creates new location details page
|
Method | Description | |
---|---|---|
AddLiveWaypointRefreshToolbarButton ( ) : void |
Adds a "refresh live waypoint" button to the toolbar
|
|
AddTourPlanLocationToolbarButton ( ) : void |
Adds a "Add tour plan location" button to the toolbar
|
|
OnClicked_ToolbarButtonAddTourPlanLocation ( ) : void |
Called when user clicked on the "add plan tour location" toolbar button.
|
|
OnClicked_ToolbarButtonRefreshLiveWaypoint ( ) : void |
Called when user clicked on the "refresh live waypoint" toolbar button.
|
public LocationDetailsPage ( Location location ) : WhereToFly.App.Core.ViewModels | ||
location | Location | location to display |
return | WhereToFly.App.Core.ViewModels |