【发布时间】:2011-07-16 00:20:48
【问题描述】:
我一直在进行大量研究,但还没有文章告诉您如何实际显示实际地址的位置。如果有人知道一个很好的教程来说明这一点,请告诉我。也可以随时在这里留下教程。谢谢
更具体地说,我想获取一个地址并在地图上找到它。我知道我将不得不使用地理编码。但我不想要纬度和经度。实际位置
<?xml version="1.0" encoding="utf-8"?>
<com.google.android.maps.MapView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/mapview"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:clickable="true"
android:apiKey="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
/>
【问题讨论】:
标签: android