Google 地图API资料整理及详细介绍


Posted in Javascript onAugust 06, 2016

Google 地图API 参考手册

地图

构造函数/对象 描述
Map() 在指定的 HTML 容器中创建新的地图,该容器通常是一个DIV元素。

叠加层

构造函数/对象 描述
Marker 创建一个标记。
MarkerOptions 标记的选项。由DirectionsRenderer渲染的所有标记都将使用这些选项。
MarkerImage A structure representing a Marker icon or shadow image
MarkerShape Defines the marker shape to use in determination of a marker's clickable region (type and coord)
Animation Specifies animations that can be played on a marker (bounce or drop)
InfoWindow Creates an info window
InfoWindowOptions Options for rendering the info window
Polyline Creates a polyline (contains path and stroke styles)
PolylineOptions Options for rendering the polyline
Polygon Creates a polygon (contains path and stroke+fill styles)
PolygonOptions Options for rendering the polygon
Rectangle Creates a rectangle (contains bounds and stroke+fill styles)
RectangleOptions Options for rendering the rectangle
Circle Creates a circle (contains center+radius and stroke+fill styles)
CircleOptions Options for rendering the circle
GroundOverlay  
GroundOverlayOptions  
OverlayView  
MapPanes  
MapCanvasProjection  

事件

构造函数/对象 描述
MapsEventListener It has no methods and no constructor. Its instances are returned from addListener(), addDomListener() and are eventually passed back to removeListener()
event Adds/Removes/Trigger event listeners
MouseEvent Returned from various mouse events on the map and overlays

控件集

 

构造函数/对象 描述
MapTypeControlOptions Holds options for modifying a control (position and style)
MapTypeControlStyle Specifies what kind of map control to display (Drop-down menu or buttons)
OverviewMapControlOptions Options for rendering of the overview map control (opened or collapsed)
PanControlOptions Options for rendering of the pan control (position)
RotateControlOptions Options for rendering of the rotate control (position)
ScaleControlOptions Options for rendering of the scale control (position and style)
ScaleControlStyle Specifies what kind of scale control to display
StreetViewControlOptions Options for rendering of the street view pegman control (position)
ZoomControlOptions Options for rendering of the zoom control (position and style)
ZoomControlStyle Specifies what kind of zoom control to display (large or small)
ControlPosition Specifies the placement of controls on the map

 以上就是对 Google 地图API资料整理,后续继续补充相关知识,谢谢大家对本站的支持!

Javascript 相关文章推荐
Javascript/Jquery——简单定时器的多种实现方法
Jul 03 Javascript
jQuery中html()方法用法实例
Dec 25 Javascript
图解Sublime Text3使用技巧
Dec 21 Javascript
EasyUI闪屏EasyUI页面加载提示(原理+代码+效果图)
Feb 21 Javascript
JavaScript常用本地对象小结
Mar 28 Javascript
jQuery height()、innerHeight()、outerHeight()函数的区别详解
May 23 Javascript
jQuery ajax的功能实现方法详解
Jan 06 Javascript
详解webpack中的hash、chunkhash、contenthash区别
Jan 05 Javascript
Vue入门之数量加减运算操作示例
Dec 11 Javascript
浅谈在Vue.js中如何实现时间转换指令
Jan 06 Javascript
vue项目中极验验证的使用代码示例
Dec 03 Javascript
基于JavaScript实现简单扫雷游戏
Jan 02 Javascript
jquery自动补齐功能插件flexselect用法示例
Aug 06 #Javascript
Google 地图类型详解及示例代码
Aug 06 #Javascript
Google 地图控件集详解及实例代码
Aug 06 #Javascript
Google 地图事件实例讲解
Aug 06 #Javascript
Google 地图叠加层实例讲解
Aug 06 #Javascript
Google Maps基础及实例解析
Aug 06 #Javascript
浅谈js的html元素的父节点,子节点
Aug 06 #Javascript
You might like
判断是否为指定长度内字符串的php函数
2010/02/16 PHP
PHP 杂谈《重构-改善既有代码的设计》之三 重新组织数据
2012/04/09 PHP
分享10段PHP常用代码
2015/11/11 PHP
PHPExcel简单读取excel文件示例
2016/05/26 PHP
详谈PHP中的密码安全性Password Hashing
2017/02/04 PHP
php 的多进程操作实践案例分析
2020/02/28 PHP
在线编辑器中换行与内容自动提取
2009/04/24 Javascript
js正则表达式的使用详解
2013/07/09 Javascript
JavaScript将数据转换成整数的方法
2014/01/04 Javascript
限制上传文件大小和格式的jQuery插件实例
2015/01/24 Javascript
JavaScript函数详解
2015/02/27 Javascript
bootstrap fileinput 插件使用项目总结(经验)
2017/02/22 Javascript
Web开发中客户端的跳转与服务器端的跳转的区别
2017/03/05 Javascript
vue2.0的contextmenu右键弹出菜单的实例代码
2017/07/24 Javascript
node.js使用免费的阿里云ip查询获取ip所在地【推荐】
2018/09/03 Javascript
微信小程序云开发之新手环境配置
2019/05/16 Javascript
Vue中qs插件的使用详解
2020/02/07 Javascript
javascript单张多张图无缝滚动实例代码
2020/05/10 Javascript
[00:09]DOTA2全国高校联赛 精彩活动引爆全场
2018/05/30 DOTA
Python中datetime常用时间处理方法
2015/06/15 Python
Python中装饰器学习总结
2018/02/10 Python
python 寻找list中最大元素对应的索引方法
2018/06/28 Python
python引入不同文件夹下的自定义模块方法
2018/10/27 Python
基于Django signals 信号作用及用法详解
2020/03/28 Python
PyQt5的QWebEngineView使用示例
2020/10/20 Python
美国旅游网站:Tours4Fun
2017/02/17 全球购物
关于Java finally的面试题
2016/04/27 面试题
个人自我鉴定范文
2013/10/04 职场文书
缴纳养老保险的证明
2014/01/10 职场文书
安全生产检查通报
2014/01/29 职场文书
实习护士自荐信
2014/06/21 职场文书
学习教师法的心得体会
2014/09/03 职场文书
博士生专家推荐信
2015/03/25 职场文书
省级三好学生主要事迹材料
2015/11/03 职场文书
漫改真人电影「萌系男友是燃燃的橘色」公开先导视觉图
2022/03/21 日漫
Tomcat安装使用及部署Web项目的3种方法汇总
2022/08/14 Servers