C# Class WhereToFly.App.Core.Views.LocationDetailsPage

Page to display location details
Inheritance: ContentPage
Mostrar archivo Open project: vividos/WhereToFly

Public Methods

Method Description
LocationDetailsPage ( Location location ) : WhereToFly.App.Core.ViewModels

Creates new location details page

Private Methods

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.

Method Details

LocationDetailsPage() public method

Creates new location details page
public LocationDetailsPage ( Location location ) : WhereToFly.App.Core.ViewModels
location Location location to display
return WhereToFly.App.Core.ViewModels