C# Class XFAedSearch.Views.NearAedPage

Inheritance: Xamarin.Forms.ContentPage
显示文件 Open project: P3PPP/XFAedSearch Class Usage Examples

Public Methods

Method Description
MoveToReagion ( MapSpan mapspan ) : void
NearAedPage ( ) : System

Protected Methods

Method Description
OnAppearing ( ) : void
OnBackButtonPressed ( ) : bool
OnBindingContextChanged ( ) : void
OnDisappearing ( ) : void

Private Methods

Method Description
FlyOutButtonClicked ( object sender, EventArgs e ) : void
HamburgerButtonClicked ( object sender, EventArgs e ) : void
HideFlyout ( ) : void
MoveToCurrentPositionButtonClicked ( object sender, EventArgs e ) : void
SaveRegion ( ) : void
ShowFlyout ( ) : void
UpdatePins ( List aeds ) : void

Method Details

MoveToReagion() public method

public MoveToReagion ( MapSpan mapspan ) : void
mapspan MapSpan
return void

NearAedPage() public method

public NearAedPage ( ) : System
return System

OnAppearing() protected method

protected OnAppearing ( ) : void
return void

OnBackButtonPressed() protected method

protected OnBackButtonPressed ( ) : bool
return bool

OnBindingContextChanged() protected method

protected OnBindingContextChanged ( ) : void
return void

OnDisappearing() protected method

protected OnDisappearing ( ) : void
return void