Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Start ( Cirrious.MvvmCross.Interfaces.Platform.Location.MvxGeoLocationOptions options, Action |
||
Stop ( ) : void |
Method | Description | |
---|---|---|
Dispose ( bool isDisposing ) : void | ||
PlatformSpecificStart ( Cirrious.MvvmCross.Interfaces.Platform.Location.MvxGeoLocationOptions options ) : void | ||
PlatformSpecificStop ( ) : void | ||
SendError ( Cirrious.MvvmCross.Interfaces.Platform.Location.MvxLocationError error ) : void | ||
SendError ( MvxLocationErrorCode code ) : void | ||
SendLocation ( Cirrious.MvvmCross.Interfaces.Platform.Location.MvxGeoLocation location ) : void |
protected Dispose ( bool isDisposing ) : void | ||
isDisposing | bool | |
return | void |
protected abstract PlatformSpecificStart ( Cirrious.MvvmCross.Interfaces.Platform.Location.MvxGeoLocationOptions options ) : void | ||
options | Cirrious.MvvmCross.Interfaces.Platform.Location.MvxGeoLocationOptions | |
return | void |
protected abstract PlatformSpecificStop ( ) : void | ||
return | void |
protected SendError ( Cirrious.MvvmCross.Interfaces.Platform.Location.MvxLocationError error ) : void | ||
error | Cirrious.MvvmCross.Interfaces.Platform.Location.MvxLocationError | |
return | void |
protected SendError ( MvxLocationErrorCode code ) : void | ||
code | MvxLocationErrorCode | |
return | void |
protected SendLocation ( Cirrious.MvvmCross.Interfaces.Platform.Location.MvxGeoLocation location ) : void | ||
location | Cirrious.MvvmCross.Interfaces.Platform.Location.MvxGeoLocation | |
return | void |
public Start ( Cirrious.MvvmCross.Interfaces.Platform.Location.MvxGeoLocationOptions options, Action |
||
options | Cirrious.MvvmCross.Interfaces.Platform.Location.MvxGeoLocationOptions | |
success | Action |
|
error | Action |
|
return | void |