开发者

How to use Google Map API V3

开发者 https://www.devze.com 2023-01-26 21:15 出处:网络
I want to use the google Maps API v3. Where can i get the information for using the 开发者_开发知识库Google Maps in my application through the javascript without the API Key?You can learn from

I want to use the google Maps API v3. Where can i get the information for using the 开发者_开发知识库Google Maps in my application through the javascript without the API Key?


You can learn from

http://code.google.com/apis/maps/documentation/javascript/tutorial.html

If you want to test or see demo, try in

http://code.google.com/apis/ajax/playground/#map_simple_v3


The API key is no longer necessary with v3.

You can insert a reference to the API like so:

<script type="text/javascript" 
       src="http://maps.google.com/maps/api/js?sensor=false">
</script> 
0

精彩评论

暂无评论...
验证码 换一张
取 消