Method | Description | |
---|---|---|
OnRequestPermissionsResult ( int requestCode, string permissions, int grantResults ) : void |
Method | Description | |
---|---|---|
OnCreate ( Bundle savedInstanceState ) : void |
Method | Description | |
---|---|---|
GetLocationAsync ( ) : System.Threading.Tasks.Task | ||
GetLocationCompatAsync ( ) : System.Threading.Tasks.Task | ||
GetLocationPermissionAsync ( ) : System.Threading.Tasks.Task | ||
TryGetLocationAsync ( ) : System.Threading.Tasks.Task |
protected OnCreate ( Bundle savedInstanceState ) : void | ||
savedInstanceState | Bundle | |
return | void |
public OnRequestPermissionsResult ( int requestCode, string permissions, int grantResults ) : void | ||
requestCode | int | |
permissions | string | |
grantResults | int | |
return | void |