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

Page to display location details
Inheritance: ContentPage
Afficher le fichier Open project: vividos/WhereToFly

Méthodes publiques

Méthode Description
LocationDetailsPage ( Location location ) : WhereToFly.App.Core.ViewModels

Creates new location details page

Private Methods

Méthode 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 méthode

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