C# Class Mapsui.UI.Android.MapControl

Inheritance: AndroidGameView
Afficher le fichier Open project: pauldendulk/Mapsui

Méthodes publiques

Méthode Description
Initialize ( ) : void
MapControl ( Android.Content.Context context, IAttributeSet attrs ) : System
MapControl ( Android.Content.Context context, IAttributeSet attrs, int defStyle ) : System
MapDataChanged ( object sender, DataChangedEventArgs e ) : void
MapView_Touch ( object sender, TouchEventArgs args ) : void
RefreshGraphics ( ) : void

Méthodes protégées

Méthode Description
OnDraw ( SKSurface surface, SKImageInfo info ) : void

Private Methods

Méthode Description
InitializeViewport ( ) : void
MapPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
MapRefreshGraphics ( object sender, EventArgs eventArgs ) : void
MidPoint ( Android.Graphics.PointF point, Android.Views.MotionEvent me ) : void
OnViewportInitialized ( ) : void
Spacing ( Android.Views.MotionEvent me ) : float

Method Details

Initialize() public méthode

public Initialize ( ) : void
Résultat void

MapControl() public méthode

public MapControl ( Android.Content.Context context, IAttributeSet attrs ) : System
context Android.Content.Context
attrs IAttributeSet
Résultat System

MapControl() public méthode

public MapControl ( Android.Content.Context context, IAttributeSet attrs, int defStyle ) : System
context Android.Content.Context
attrs IAttributeSet
defStyle int
Résultat System

MapDataChanged() public méthode

public MapDataChanged ( object sender, DataChangedEventArgs e ) : void
sender object
e Mapsui.Fetcher.DataChangedEventArgs
Résultat void

MapView_Touch() public méthode

public MapView_Touch ( object sender, TouchEventArgs args ) : void
sender object
args TouchEventArgs
Résultat void

OnDraw() protected méthode

protected OnDraw ( SKSurface surface, SKImageInfo info ) : void
surface SKSurface
info SKImageInfo
Résultat void

RefreshGraphics() public méthode

public RefreshGraphics ( ) : void
Résultat void