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.

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

259<br />

รูปที่ 10.2 ตัวอย่างของการใช้งาน Reverse Geocoding<br />

ซึ่งจะแปลงข้อมูลลองติจูด ละติจูด ไปเป็นข้อมูลที่อยู่<br />

ชุดคำสั่งที่ 10.6 src/com/cookbook/rev_geocoding/MyLocation.java<br />

package com.cookbook.rev_geocoding;<br />

import java.io.IOException;<br />

import java.util.List;<br />

import java.util.Locale;<br />

import android.app.Activity;<br />

import android.content.Context;<br />

import android.location.Address;<br />

import android.location.Criteria;<br />

import android.location.Geocoder;<br />

import android.location.Location;<br />

import android.location.LocationListener;<br />

import android.location.LocationManager;<br />

import android.os.Bundle;<br />

import android.util.Log;<br />

import android.widget.TextView;<br />

public class MyLocation extends Activity {

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

Saved successfully!

Ooh no, something went wrong!