C# Class XFMapExtensions.Platform.iOS.MapEffect

Inheritance: PlatformEffect, MapExtensionBehavior.IPlatformMapEffect
Show file Open project: P3PPP/XFAedSearch

Public Methods

Method Description
OnPropertyChanged ( System e ) : void

Protected Methods

Method Description
OnAttached ( ) : void
OnDetached ( ) : void

Private Methods

Method Description
DidUpdateUserLocation ( object sender, MKUserLocationEventArgs e ) : void
MapView_MapLoaded ( object sender, EventArgs e ) : void
UpdatePolygon ( ) : void

Method Details

OnAttached() protected method

protected OnAttached ( ) : void
return void

OnDetached() protected method

protected OnDetached ( ) : void
return void

OnPropertyChanged() public method

public OnPropertyChanged ( System e ) : void
e System
return void