Google Maps Navigation

授权协议 免费,非开源
开发语言 Java
所属分类 企业应用、 地理信息系统GIS
软件类型 免费软件
地区 不详
投 递 者 濮佑运
操作系统 Android
开源组织
适用人群 未知
 软件概览

Google Maps Navigation 是谷歌公司推出的基于 Android 2.0 的一款导航软件(非开源),目前据称也支持 Android 1.6 。

Google Maps Navigation仅仅是Android 2.0系统里的一个应用,但它将Google的诸多技术整合在一起,包括Google Maps,Google Street View、语音识别、交通流量、卫星视图和强大的搜索,想想你只需要对着手机喊一句“离三里屯最近的必胜客”,手机就会一步一步的告诉你该怎么走,并在地 图、卫星图甚至是街景图上显示出路线图,是一种怎样神奇的体验?

 

  • 谷歌正在向运行Android 1.6 (Donut)的设备和更高级的设备(如T-Mobile的myTouch 3G和G1)拓展Google Maps Navigation的可用性。 谷歌的此举,紧随最近其宣布将Google Maps Navigation (Beta)作为Android 2.0设备中Google Maps的一个免费功能之后。 此版本还包括新的图层(Layers)功能,它可在地图上使

  • 使用谷歌导航,提示说不可用,查了一下说是未解锁的版本只能在美国使用,未免也小气了点,查了一下有位Brut大哥做了一份解锁版的 http://forum.xda-developers.com/showthread.php?t=1007132 装上去果然好用

  • 本文翻译自:Launching Google Maps Directions via an intent on Android My app needs to show Google Maps directions from A to B, but I don't want to put the Google Maps into my application - instead, I want t

  • Brief Preface         There are some fatal steps to make the Google Map working. First of all , add a reference of Google Maps API in the head element: <script type="text/javascript" src="http://maps.

  • 近期做得一个基于Google maps的定位查找功能,由于国内对Google地图使用极少,所以走了不少弯路。千难万难下总算实现了功能,特地在这儿上传下代码,希望能对有需要的朋友们提供点便利。 下面的代码主要实现了这样几个功能: 1. 根据服务端经纬度定位,放置marker(单个或多个大头针) 2. 拖动地图自后根据视野中地图中心经纬度请求服务器获取该点周围的店铺 3. 点击大头针上的信息窗口之后的

  •  Introduction This tip is about using Google Maps v2 services and GPS in Android. Background Please refer to the below mentioned article to setup your eproject in Android Studio. https://developer.a

  • 本文翻译自:Duplicate ID, tag null, or parent id with another fragment for com.google.android.gms.maps.MapFragment I have an application with three tabs. 我有一个带有三个标签的应用程序。 Each tab has its own layout .xml fi

  • google 地图导航在中国已经可以用了。那我们在Android开发的APP中怎么去调用它呢?很简单,只需要调用以下代码 string lat = 23.04; string lon = 113.25; Android.Net.Uri uri = Android.Net.Uri.Parse("google.navigation:q=" + lat + "," + lon);

  • 我要用下面的代码来加载的片段的项已被选定在 NavigationDrawer,然而 MapFragment 包含它里面的谷歌地图片段和它崩溃后试图打开它第二次。 这里是我使用的代码: @Override public void onNavigationDrawerItemSelected(int position) { // update the main content

相关阅读

相关文章

相关问答

相关文档