`
robinfung
  • 浏览: 57032 次
  • 性别: Icon_minigender_1
  • 来自: 广州
社区版块
存档分类
最新评论

(Trick) Map API

阅读更多

demo
google 3D earth -> http://code.google.com/intl/zh-CN/apis/maps/documentation/javascript/v2/examples/services-earth-plugin.html

street view -> http://gmaps-samples-v3.googlecode.com/svn/trunk/streetview/streetview-v3.html

direction -> http://gmaps-samples-v3.googlecode.com/svn/trunk/drivingdirections/directions-optimized.html

Geocoding -> http://gmaps-samples-v3.googlecode.com/svn/trunk/geocoder/v3-geocoder-tool.html#q%3Dguangzhou

local search -> http://chinamaps.googlecode.com/svn/mapsapi/gdd09/control-googlebar-ads.html

分享到:
评论
发表评论

文章已被作者锁定,不允许评论。

相关推荐

    java-tricks:一些微妙的Java技巧

    Optional对象可以防止NullPointerException,通过链式调用和map、filter等方法,使得代码更加清晰。 3. **使用Stream API进行集合操作:** Stream API提供了函数式编程的能力,如过滤、映射、收集等操作,使处理...

    peer-lite:支持视频,音频和数据通道的轻量级WebRTC浏览器库

    收集ICE候选人只是trick流(大多数浏览器现在都支持trick流ICE,Chrome甚至还有一个错误,使您无法检查对它的支持 ) 安装 yarn add peer-lite 用法 两个对等方在本地相互连接的示例,请参见更多示例。 import ...

    Effective STL

    在效率重要的情况下仔细选择`map::operator[]`和`map-insert`(Choose carefully between map::operator[] and map-insert when efficiency is important)** - **概述**:两种插入元素的方法。 - **关键点**: -...

    Effective.STL(2001)].Scott.Meyers.文字版

    在关注效率时,在`map::operator[]`和`map-insert`之间做出明智的选择** - **核心要点**:根据具体情况选择更优的插入方法。 - **应用场景**:当插入操作频繁时,考虑性能影响。 **25. 熟悉非标准的哈希容器** ...

Global site tag (gtag.js) - Google Analytics