我正在尝试使用google fusedapi,
public class MapDirection extends FragmentActivity implements GoogleApiClient.ConnectionCallbacks,
GoogleApiClient.OnConnectionFailedListener,LocationListener {
但是在尝试创建请求时我没有获得位置监听器引用
LocationServices.FusedLocationApi.requestLocationUpdates(mGoogleApiClient, mLocationRequest, (com.google.android.gms.location.LocationListener) this);
答案 0 :(得分:0)
检查您的LocationListener包。它应该是com.google.android.gms.location.LocationListener。