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 相关文章推荐
ie8 不支持new Date(2012-11-10)问题的解决方法
Jul 31 Javascript
原生javascript实现addClass,removeClass,hasClass函数
Feb 25 Javascript
JavaScript必知必会(七)js对象继承
Jun 08 Javascript
jQuery实现鼠标经过时高亮,同时其他同级元素变暗的效果
Sep 18 Javascript
jQuery事件用法详解
Oct 06 Javascript
AngularJS ui-router (嵌套路由)实例
Mar 10 Javascript
JavaScript实现简单评论功能
Aug 17 Javascript
React Native中TabBarIOS的简单使用方法示例
Oct 13 Javascript
angular2路由之routerLinkActive指令【推荐】
May 30 Javascript
element-ui 实现响应式导航栏的示例代码
May 08 Javascript
详解vue修改elementUI的分页组件视图没更新问题
Nov 13 Javascript
js实现简单商品筛选功能
Feb 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桌面中心(四) 数据显示
2007/03/11 PHP
追求程序速度,而不是编程的速度
2008/04/23 PHP
PHP 文章中的远程图片采集到本地的代码
2009/07/30 PHP
深入解析PHP中逗号与点号的区别
2013/08/05 PHP
php实现网页缓存的工具类分享
2015/07/14 PHP
laravel如何开启跨域功能示例详解
2017/08/31 PHP
浅谈PHP实现大流量下抢购方案
2017/12/15 PHP
PHP实现 APP端微信支付功能
2018/06/22 PHP
php处理多图上传压缩代码功能
2018/06/13 PHP
Jquery 高亮显示文本中重要的关键字
2009/12/24 Javascript
利用JS解决ie6不支持max-width,max-height问题的方法
2014/01/02 Javascript
node.js中的console.trace方法使用说明
2014/12/09 Javascript
js实现简单随机抽奖的方法
2015/01/27 Javascript
jQuery获取页面元素绝对与相对位置的方法
2015/06/10 Javascript
浅谈Sublime Text 3运行JavaScript控制台
2016/06/06 Javascript
Node.js编写CLI的实例详解
2017/05/17 Javascript
echarts整合多个类似option的方法实例
2018/07/10 Javascript
简单了解JavaScript作用域
2020/07/31 Javascript
Vue3不支持Filters过滤器的问题
2020/09/24 Javascript
[01:13]2015国际邀请赛线下观战现场
2015/08/08 DOTA
Python实现图片转字符画的示例
2017/08/22 Python
使用python存储网页上的图片实例
2018/05/22 Python
python实现AES加密和解密
2019/03/27 Python
Python生成器常见问题及解决方案
2020/03/21 Python
Python使用requests模块爬取百度翻译
2020/08/25 Python
mysql_pconnect()和mysql_connect()有什么区别
2012/05/25 面试题
EJB3推出JPA的原因
2013/10/16 面试题
详细的大学生创业计划书模板
2014/01/27 职场文书
餐厅楼面主管岗位职责范本
2014/02/16 职场文书
计算机学生的自我评价分享
2014/02/18 职场文书
《数星星的孩子》教学反思
2014/04/11 职场文书
行政工作试用期自我评价
2014/09/14 职场文书
2015年安全月活动总结
2015/03/26 职场文书
2015年营业员工作总结
2015/04/23 职场文书
超市店长竞聘书
2015/09/15 职场文书
详解MySql中InnoDB存储引擎中的各种锁
2022/02/12 MySQL