`
zhangqmq
  • 浏览: 3511 次
  • 性别: Icon_minigender_1
  • 来自: 北京
最近访客 更多访客>>
文章分类
社区版块
存档分类
最新评论

Google Map API Key

阅读更多

Your key is:

ABQIAAAAWA_efwiQDHrv6MYDa3HE3hTwM0brOpm-All5BF6PoaKBxRWWERSSjUV6DjLhSErRl9rovZBNtOhNfA


This key is good for all URLs consisting of this registered domain (and directory if applicable):

http://localhost:8080/

Note: for more information on the API key system, consult http://code.google.com/apis/maps/faq.html#keysystem.

How you use your key depends on what Maps API product or service you use. Your key is valid for use within the entire family of Google Maps API solutions. The following examples show how to use your key within the Maps API product family.


JavaScript Maps API Example

Within the JavaScript Maps API, place the key within the script tag when you load the API:

...
<script src="http://maps.google.com/maps?file=api&amp;v=2&amp;sensor=true_or_false
    &amp;key=ABQIAAAAWA_efwiQDHrv6MYDa3HE3hTwM0brOpm-All5BF6PoaKBxRWWERSSjUV6DjLhSErRl9rovZBNtOhNfA"
    type="text/javascript">
</script>
...

See Loading the Maps API in the JavaScript Maps API documentation for more information.

Maps API for Flash Example
Within the Maps API for Flash, you may place the key within an MXML declaration, declare it directly within code as a Map.key property, or as a flashVars property within the HTML container. A sample MXML declaration is shown below.

...
<maps:Map xmlns:maps="com.google.maps.*" id="map" mapevent_mapready="onMapReady(event)" width="100%" height="100%"
    key="ABQIAAAAWA_efwiQDHrv6MYDa3HE3hTwM0brOpm-All5BF6PoaKBxRWWERSSjUV6DjLhSErRl9rovZBNtOhNfA"/>
...


See Declaring Maps in the Maps API for Flash documentation for more information.

HTTP Service Example
Within a Maps API HTTP Service, such as the Static Maps API or Geocoding Service, place the key directly in the request URL:

http://maps.google.com/maps/geo?q=1600+Amphitheatre+Parkway,+Mountain+View,+CA&output=json&oe=utf8\
&sensor=true_or_false&key=ABQIAAAAWA_efwiQDHrv6MYDa3HE3hTwM0brOpm-All5BF6PoaKBxRWWERSSjUV6DjLhSErRl9rovZBNtOhNfA

Note that for all examples, you must replace the sensor parameter with a valid value, based on whether your application uses a sensor to determine a user's location. Check out the API documentation for more information.

----------------------------------------------------------------------

 

分享到:
评论

相关推荐

    申请Android Google Map API key

    申请Android Google Map API key

    Google Map API 使用示例

    将密钥添加到你的 HTML 或 JavaScript 文件中,通常是通过设置 `apiKey` 参数来完成。 API 的基本使用始于在网页上加载地图。在 HTML 中,创建一个用于显示地图的 `&lt;div&gt;` 元素,并在 JavaScript 中初始化地图对象...

    google map api学习

    &lt;script src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY"&gt;&lt;/script&gt; ``` 接下来,初始化地图对象是关键步骤。这通常在JavaScript中完成,通过创建一个新的`google.maps.Map`实例: ```javascript ...

    GOOGLE MAPapi示例

    ### GOOGLE MAP API 示例知识点解析 #### 一、Google Maps JavaScript API 概述 Google Maps JavaScript API 是一个功能强大的工具包,允许开发者将交互式的地图嵌入到网页中。通过使用这个API,开发者可以轻松地...

    google map api v3源码

    由于这个压缩包名为"WebMap",里面可能包含了一个简单的web应用,展示如何使用谷歌地图API V3来创建一个网页地图。开发者可以通过分析和学习这个源码,了解上述知识点的实际应用,并进一步扩展自己的地图应用开发...

    获取Google Maps APIKey

    获取 Google Maps API Key 在 Android 开发中,获取 Google Maps API Key 是一个重要的步骤,特别是对于初学者来说。下面将详细介绍如何获取 Google Maps API Key。 获取证书指纹(SHA1) 在获取 Google Maps API...

    google map api 实例

    其中,`YOUR_API_KEY`是你从谷歌开发者控制台获取的API密钥,`initMap`是页面加载完成后调用的初始化地图的函数。 接下来,我们需要定义`initMap`函数来初始化地图。例如: ```javascript function initMap() { ...

    GoogleMap api 中文

    《GoogleMap API 中文详解》 GoogleMap API 是一套强大的工具,允许开发者在网页或应用中集成 Google 地图服务,实现地图展示、定位、路径规划等功能。本文将深入介绍如何使用 GoogleMap API 创建基本的地图功能,...

    google map API 的应用

    **Google Map API 应用详解** Google Map API 是一套强大的工具,允许开发者在网页或应用程序中集成 Google 地图的功能。这个API提供了丰富的接口和功能,可以实现地图的展示、定位、路线规划、标记添加、信息窗口...

    Android Google Map API 开发基础知识

    一、申请google Maps API key(用于开发和debug) 二.Google Map API的使用 三.实例开发

    google地图API实现的一个简单demo

    &lt;script src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&callback=initMap" async defer&gt;&lt;/script&gt; ``` 这里的`YOUR_API_KEY`替换为你的实际API密钥,`initMap`是你将在JavaScript中定义的回调...

    google map api 开发实例

    本教程将通过一个实际的开发实例,详细介绍如何使用Google Map API来在网页上显示地图并添加坐标。 首先,我们需要了解的是Google Maps API的基础概念。API(Application Programming Interface)是一组预定义的...

    GoogleMap 中文API + 示例

    **GoogleMap中文API详解** GoogleMap API是Google提供的一套用于在网页中嵌入地图、进行地理定位和导航的开发工具。它允许开发者利用JavaScript语言创建互动式地图,实现地图的加载、缩放、平移、标记添加、路径...

    google map api 学习笔记

    &lt;script src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&callback=initMap" async defer&gt;&lt;/script&gt; ``` 在JavaScript中: ```javascript function initMap() { var map = new google.maps....

    Python,通过Googlemap API获取地点信息

    在提供的`googleMap.py`文件中,可能包含了类似这样的代码实现。`说明.txt`文件可能包含对代码的解释和使用方法,比如如何获取API密钥,如何调用`get_location_info`函数,以及可能的限制和注意事项,例如免费API...

    谷歌地图GoogleMap

    Google Map API(Application Programming Interface)则是谷歌为开发者提供的接口,允许他们将谷歌地图的功能集成到自己的网站或应用中,提供丰富的地图定制和交互能力。 一、Google Map API基础 Google Map API...

    Googlemap_API.rar_GoogleMap_加载地图_地图

    这个名为"Googlemap_API.rar_GoogleMap_加载地图_地图"的压缩包文件,很显然是一个关于如何使用Google Map API进行地图加载和相关设置的教程。以下是对这个主题的详细讲解: 首先,**初始化地图**是使用Google Map ...

    googleMap根据经纬度获取地理位置

    首先,`googleMap根据经纬度获取地理位置`这个标题涉及到的核心技术是Google Maps Geocoding服务。Geocoding是将地址或坐标(经纬度)转换为地理坐标的过程,反之亦然。在Google Maps API中,我们可以使用Geocoding ...

    基于android的google map API应用设计

    在基于Android的Google Map API应用设计中,开发者可以利用谷歌提供的API来构建一系列与地理位置相关的功能,极大地丰富了移动应用程序的用户体验。以下是基于这个主题的一些关键知识点: 1. **Android平台**:...

Global site tag (gtag.js) - Google Analytics