【问题标题】:finding Area using google maps and android?使用谷歌地图和安卓查找区域?
【发布时间】:2011-12-17 07:37:59
【问题描述】:

我们可以使用任何由 Google 提供支持的网络服务或类似的东西找到地球上的区域吗?就像我可以找到海拔和方向使用。

String url = "http://maps.googleapis.com/maps/api/elevation/xml?" +
                "locations="+String.valueOf(latitude)+","
                +String.valueOf(longitude)
                +"&sensor=true"; 

Intent intent = new Intent(android.content.Intent.ACTION_VIEW, 
                Uri.parse("http://maps.google.com/maps?saddr="+one+","+two+"&daddr="+three+","+four+""));
                startActivity(intent);

那么在寻找区域方面有什么帮助吗?

【问题讨论】:

    标签: android google-maps area


    【解决方案1】:

    以下是在 android 中使用谷歌地图开始的很好的教程,当你学习时,你可以找到谷歌 api 的位置,它们的海拔和位置附近的地方

    http://www.vogella.de/articles/AndroidLocationAPI/article.html

    【讨论】:

    • 但我其实想找Area。
    • 按地区是指城市吗?您可以将地理位置映射到城市区域和地点
    猜你喜欢
    • 1970-01-01
    • 2014-02-23
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多