示例#1
0
 public Task requestLocationUpdates(LocationRequest arg0, PendingIntent arg1)
 {
     return(Call <Task>("requestLocationUpdates", arg0, arg1));
 }
示例#2
0
 public Task removeLocationUpdates(PendingIntent arg0)
 {
     return(Call <Task>("removeLocationUpdates", arg0));
 }