import android.app.Activity;
import android.os.Bundle;
import android.view.Menu;
import android.view.View;
import com.google.android.gms.maps.CameraUpdate;
import com.google.android.gms.maps.CameraUpdateFactory;
import com.google.android.gms.maps.GoogleMap;
import com.google.android.gms.maps.MapFragment;
import com.google.android.gms.maps.model.LatLng;
import com.google.android.gms.maps.model.MarkerOptions;
public class Locator extends Activity {
private final LatLng LOCATION_BURNABY = new LatLng(49.27645, -122.917587);
}
无论参数如何,总是在任何LatLng调用中崩溃。我在调用之前放置了代码,看看我的课程是否可能没有初始化,但是每次只能在LatLng调用时失败。