20.11.2016 Views

ANDROID APP

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Location mLocation;<br />

ขั้นตอนพื้นฐานของการระบุตำาแหน่ง<br />

257<br />

@Override<br />

public void onCreate(Bundle savedInstanceState) {<br />

super.onCreate(savedInstanceState);<br />

setContentView(R.layout.main);<br />

tv = (TextView) findViewById(R.id.tv1);<br />

mLocationManager = (LocationManager)<br />

getSystemService(Context.LOCATION_SERVICE);<br />

Criteria criteria = new Criteria();<br />

criteria.setAccuracy(Criteria.ACCURACY_FINE);<br />

criteria.setPowerRequirement(Criteria.POWER_LOW);<br />

String locationprovider =<br />

mLocationManager.getBestProvider(criteria,true);<br />

List providers = mLocationManager.getProviders(true);<br />

StringBuilder mSB = new StringBuilder("Providers:\n");<br />

for(int i = 0; i

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!