程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> 更多編程語言 >> 編程綜合問答 >> google maps-如何在 google map 中找 API key ?

google maps-如何在 google map 中找 API key ?

編輯:編程綜合問答
如何在 google map 中找 API key ?
<?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="YOUR API KEY"
 />

這是 Google map view 的 XML 代碼,需要在 AndroidManiFest.xm 添加什麼代碼才能在 google map 中找 API key ?

最佳回答:


“找API key”不是很理解,正常只要把從google map上注冊的api key填入 android:apiKey="申請的api key"就可以,一般開發者不需要手動去獲取這個api key,因為google map的api已經封裝好了。

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved