Property | Type | Description | |
---|---|---|---|
CreateLocation | MvxGeoLocation | ||
EnsureStopped | void | ||
HackReadValue | double |
Method | Description | |
---|---|---|
MvxAndroidGeoLocationWatcher ( ) : System | ||
OnLocationChanged ( global androidLocation ) : void | ||
OnProviderDisabled ( string provider ) : void | ||
OnProviderEnabled ( string provider ) : void | ||
OnStatusChanged ( string provider, Availability status, Bundle extras ) : void |
Method | Description | |
---|---|---|
PlatformSpecificStart ( MvxGeoLocationOptions options ) : void | ||
PlatformSpecificStop ( ) : void |
Method | Description | |
---|---|---|
CreateLocation ( global androidLocation ) : MvxGeoLocation | ||
EnsureStopped ( ) : void | ||
HackReadValue ( string testString, string key ) : double |
public MvxAndroidGeoLocationWatcher ( ) : System | ||
return | System |
public OnLocationChanged ( global androidLocation ) : void | ||
androidLocation | global | |
return | void |
public OnProviderDisabled ( string provider ) : void | ||
provider | string | |
return | void |
public OnProviderEnabled ( string provider ) : void | ||
provider | string | |
return | void |
public OnStatusChanged ( string provider, Availability status, Bundle extras ) : void | ||
provider | string | |
status | Availability | |
extras | Bundle | |
return | void |
protected PlatformSpecificStart ( MvxGeoLocationOptions options ) : void | ||
options | MvxGeoLocationOptions | |
return | void |