-2
經緯度對象,googlemaps.I我越來越locationUpdateLatLng
值null
經緯度對象,谷歌地圖顯示的Android空
我的Utils類:
public static LatLng getLatLng(){
return latLng;
}
MyActivity類:
LatLng locationUpdateLatLng;
locationUpdateLatLng = Utils.getLatLng();
當我呼喚g locationUpdateLatLng = Utils.getLatLng()
這給了我值null。 NullpointerException
你在MyUtils類中分配給latLng的值是多少? –
@Naveen發佈你的代碼來理解每一個。 –
發佈您的代碼... –