Method | Description | |
---|---|---|
Start ( |
||
Stop ( ) : void |
Method | Description | |
---|---|---|
PlatformSpecificStart ( |
||
PlatformSpecificStop ( ) : void | ||
SendError ( Cirrious.MvvmCross.Plugins.Location.MvxLocationError error ) : void | ||
SendError ( MvxLocationErrorCode code ) : void | ||
SendLocation ( Cirrious.MvvmCross.Plugins.Location.MvxGeoLocation location ) : void |
protected abstract PlatformSpecificStart ( |
||
options | ||
return | void |
protected abstract PlatformSpecificStop ( ) : void | ||
return | void |
protected SendError ( Cirrious.MvvmCross.Plugins.Location.MvxLocationError error ) : void | ||
error | Cirrious.MvvmCross.Plugins.Location.MvxLocationError | |
return | void |
protected SendError ( MvxLocationErrorCode code ) : void | ||
code | MvxLocationErrorCode | |
return | void |
protected SendLocation ( Cirrious.MvvmCross.Plugins.Location.MvxGeoLocation location ) : void | ||
location | Cirrious.MvvmCross.Plugins.Location.MvxGeoLocation | |
return | void |
public Start ( |
||
options | ||
success | Action |
|
error | Action |
|
return | void |