C# Class Mapsui.UI.iOS.MapControl

Inheritance: SKCanvasView, IMapControl
Show file Open project: pauldendulk/Mapsui Class Usage Examples

Private Properties

Property Type Description
InitializeViewport void
MapDataChanged void
MapPropertyChanged void
MapRefreshGraphics void
OnPaintSurface void
OnViewportInitialized void
PinchGesture void

Public Methods

Method Description
Initialize ( ) : void
MapControl ( CGRect frame ) : System
Refresh ( ) : void
RefreshGraphics ( ) : void
TouchesEnded ( NSSet touches, UIEvent e ) : void
TouchesMoved ( NSSet touches, UIEvent evt ) : void

Private Methods

Method Description
InitializeViewport ( ) : void
MapDataChanged ( object sender, DataChangedEventArgs e ) : void
MapPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
MapRefreshGraphics ( object sender, EventArgs eventArgs ) : void
OnPaintSurface ( object sender, SKPaintSurfaceEventArgs skPaintSurfaceEventArgs ) : void
OnViewportInitialized ( ) : void
PinchGesture ( UIPinchGestureRecognizer recognizer ) : void

Method Details

Initialize() public method

public Initialize ( ) : void
return void

MapControl() public method

public MapControl ( CGRect frame ) : System
frame CGRect
return System

Refresh() public method

public Refresh ( ) : void
return void

RefreshGraphics() public method

public RefreshGraphics ( ) : void
return void

TouchesEnded() public method

public TouchesEnded ( NSSet touches, UIEvent e ) : void
touches NSSet
e UIEvent
return void

TouchesMoved() public method

public TouchesMoved ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
return void