// ซูมให้แสดงหมุดทั้งหมด final View mapView = getSupportFragmentManager().findFragmentById( R.id.map).getView(); if (mapView.getViewTreeObserver().isAlive()) { mapView.getViewTreeObserver().addOnGlobalLayoutListener( new OnGlobalLayoutListener() { @SuppressLint("NewApi") @Override public void onGlobalLayout() { // TODO Auto-generated method stub // ตรวจสอบการแสดง marker if (strStLat.length() != 0) { LatLngBounds bounds = new LatLngBounds.Builder() .include(StudentHome) .include(Youtpoint).build(); map.moveCamera(CameraUpdateFactory .newLatLngZoom(bounds.getCenter(), 10)); } }); } } else { Toast.makeText(getApplicationContext(), "Couldn't get location information. Please enable GPS", Toast.LENGTH_LONG).show(); return; }
// ซูมให้แสดงหมุดทั้งหมด final View mapView = getSupportFragmentManager().findFragmentById( R.id.map).getView(); // ตรวจสอบการแสดง marker if (strStLat.length() != 0) { LatLngBounds bounds = new LatLngBounds.Builder() .include(StudentHome) .include(Youtpoint).build(); map.moveCamera(CameraUpdateFactory .newLatLngZoom(bounds.getCenter(), 10));
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง