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 相关文章推荐
jQuery代码优化之基本事件
Nov 01 Javascript
原生js实现查找/添加/删除/指定元素的class
Apr 12 Javascript
JS去除数组重复值的五种不同方法
Sep 06 Javascript
JavaScript输入邮箱自动提示实例代码
Jan 13 Javascript
JavaScript的null和undefined区别示例介绍
Sep 15 Javascript
JavaScript中捕获/阻止捕获、冒泡/阻止冒泡方法
Dec 07 Javascript
JavaScript实现QQ聊天消息展示和评论提交功能
May 22 Javascript
JavaScript实现移动端页面按手机屏幕分辨率自动缩放的最强代码
Aug 18 Javascript
AngularJS 应用模块化的使用
Apr 04 Javascript
JavaScript 性能提升之路(推荐)
Apr 10 Javascript
Vue设置长时间未操作登录自动到期返回登录页
Jan 22 Javascript
js实现列表按字母排序
Aug 11 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
德生H-501的评价与改造
2021/03/02 无线电
PHP读写文件的方法(生成HTML)
2006/11/27 PHP
PHP中如何定义和使用常量
2013/02/28 PHP
页面乱码问题的根源及其分析
2013/08/09 PHP
php创建、获取cookie及基础要点分析
2015/01/26 PHP
php生成curl命令行的方法
2015/12/14 PHP
smarty自定义函数用法示例
2016/05/20 PHP
浅谈PHP中的面向对象OOP中的魔术方法
2017/06/12 PHP
php微信公众号开发之快递查询
2018/10/20 PHP
如何在centos8自定义目录安装php7.3
2019/11/28 PHP
BOM与DOM的区别分析
2010/10/26 Javascript
js 判断checkbox是否选中的操作方法
2012/11/09 Javascript
关于JS管理作用域的问题
2013/04/10 Javascript
iframe的父子窗口之间的对象相互调用基本用法
2013/09/03 Javascript
javascript控制Div层透明属性由浅变深由深变浅逐渐显示
2013/11/12 Javascript
JS中如何判断传过来的JSON数据中是否存在某字段
2014/08/18 Javascript
JavaScript获取网页表单提交方式的方法
2015/04/02 Javascript
JS与Ajax Get和Post在使用上的区别实例详解
2016/06/08 Javascript
Bootstrap被封装的弹层
2016/07/20 Javascript
移动端使用localStorage缓存Js和css文的方法(web开发)
2016/09/20 Javascript
jQuery插件FusionCharts绘制2D柱状图和折线图的组合图效果示例【附demo源码】
2017/04/10 jQuery
Angular浏览器插件Batarang介绍及使用
2018/02/07 Javascript
node.js中ws模块创建服务端和客户端,网页WebSocket客户端
2019/03/06 Javascript
详解vue中多个有顺序要求的异步操作处理
2019/10/29 Javascript
[05:20]2018DOTA2亚洲邀请赛主赛事第三日战况回顾 LGD率先挺进胜者组决赛
2018/04/06 DOTA
实例讲解Python中global语句下全局变量的值的修改
2016/06/16 Python
python绘制铅球的运行轨迹代码分享
2017/11/14 Python
Python实现自动发送邮件功能
2021/03/02 Python
python pandas dataframe 去重函数的具体使用
2020/07/20 Python
Python基于xlutils修改表格内容过程解析
2020/07/28 Python
Corelle官方网站:购买康宁餐具
2016/11/02 全球购物
空指针到底是什么
2012/08/07 面试题
写给女朋友的道歉信
2014/01/12 职场文书
喝酒驾驶检讨书
2014/10/01 职场文书
2014年学前班工作总结
2014/12/08 职场文书
2015年计生工作总结范文
2015/04/24 职场文书