SupportMapFragment supportMapFragment = ((SupportMapFragment) getSupportFragmentManager() .findFragmentById(R.id.mapView)); googleMap = supportMapFragment.getMap(); googleMap.getUiSettings().setZoomControlsEnabled(false); // googleMap.setMyLocationEnabled(true); locationManager = (LocationManager) getSystemService(LOCATION_SERVICE); Criteria cri = new Criteria(); cri.setAccuracy(Criteria.ACCURACY_FINE); cri.setAltitudeRequired(false); cri.setBearingRequired(false); cri.setCostAllowed(true); cri.setPowerRequirement(Criteria.POWER_LOW); String provider = locationManager.getBestProvider(cri, true); location = locationManager.getLastKnownLocation(provider); locationManager.requestLocationUpdates(provider, 0, 0, this); @Override public void onLocationChanged(Location location) { if (location != null) { myLatitude = location.getLatitude(); myLongitude = location.getLongitude(); locationManager.removeUpdates(this); } }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง