0

我想创建一个使用 Google 地图 API 和 SQLite 数据库的简单应用程序。

只是我想创建一个包含位置和有关该位置的文本的数据库。

我花了很长时间试图弄清楚如何获取 Maps API 密钥。我的从来没有工作过。

有谁知道一个简单地在地图上绘制点的应用程序的示例代码......然后可能允许导航?

任何帮助都会很棒。

斯蒂芬

4

3 回答 3

1

您需要先到这里: 获取地图 API 密钥

请记住,您必须创建 2 个密钥,一个用于处于调试模式的项目,另一个用于您的生产应用程序。

于 2011-06-20T16:43:28.333 回答
1

查看本教程,您可以看到 API 的所有常见用法:http:
//mobiforge.com/developing/story/using-google-maps-android

不要忘记生成 API 密钥(教程开头的解释)!

于 2011-06-20T16:47:11.233 回答
0

Link for google maps android v2 :: https://developers.google.com/maps/documentation/android/

Once you install the api, it will also contain sample code , read this link :: https://developers.google.com/maps/documentation/android/intro

Note: Version 1 of the Google Maps Android API as been officially deprecated as of December 3rd, 2012. This means that from March 3rd, 2013 you will no longer be able to request an API key for this version. No new features will be added to Google Maps Android API v1. However, apps using v1 will continue to work on devices. Existing and new developers are encouraged to use Google Maps Android API v2.

于 2013-01-03T09:53:54.533 回答