C# Class XFMapExtensions.Platform.Droid.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
GoogleMap_CameraChange ( object sender, Android.Gms.Maps.GoogleMap e ) : void
GoogleMap_MyLocationChange ( object sender, Android.Gms.Maps.GoogleMap e ) : 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