当前位置: 首页 > 编程笔记 >

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

司寇瑾瑜
2023-03-14
本文向大家介绍Google 地图API资料整理及详细介绍,包括了Google 地图API资料整理及详细介绍的使用技巧和注意事项,需要的朋友参考一下

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资料整理,后续继续补充相关知识,谢谢大家对本站的支持!

 类似资料:
  • 本文向大家介绍Openstack 网络知识资料详细介绍及总结,包括了Openstack 网络知识资料详细介绍及总结的使用技巧和注意事项,需要的朋友参考一下 Openstack 网络知识资料总结: Openstack 概念 我刚听说要去做 openstack 开发的时候,蛮激动的啊。虽然我不知道 openstack 是什么东西,但是我知道这个东西和云计算有关。云计算这东西,听着就高大上,各大互联网公

  • 网站 etcd官网 etcd @ github : 首页有大量资料链接 etcd @ google group 文档 etcd3 API: 还在TODO中… etcd v3 API: RFC 工具 etcdctl: etcd的命令行工具 Mirror Maker: etcd 的多数据中心支持方案,待研究 介绍资料 etcd3 etcd3: A new etcd: etcd3发布时官方介绍的blog

  • 本文向大家介绍Java 编程之IO流资料详细整理,包括了Java 编程之IO流资料详细整理的使用技巧和注意事项,需要的朋友参考一下 java IO详解: Java流操作有关的类或接口: Java流类图结构:  流的概念和作用 流是一组有顺序的,有起点和终点的字节集合,是对数据传输的总称或抽象。即数据在两设备间的传输称为流,流的本质是数据传输,根据数据传输特性将流抽象为各种类,方便更直观的进行数据操

  • 本文向大家介绍JavaScript  event对象整理及详细介绍,包括了JavaScript  event对象整理及详细介绍的使用技巧和注意事项,需要的朋友参考一下 Event属性和方法: 1. type:事件的类型,如onlick中的click; 2. srcElement/target:事件源,就是发生事件的元素; 3. button:声明被按下的鼠标键,整数,1代表左键,2代表右键,4代表

  • 网站 grpc官网 grpc-java gRPC Java实现. javadoc: grpc java 的javadoc地址 grpc google groups grpc-ecosystem 文档 grpc-common 是官方提供的文档和例子, 但是内容实际是指向下面的grpc.io上的Documentation. Documentation@grpc.io 是grpc.io提供的文档,这个适

  • 本文向大家介绍网页挂马方式整理及详细介绍,包括了网页挂马方式整理及详细介绍的使用技巧和注意事项,需要的朋友参考一下 网页挂马方式 一:框架挂马     <iframe src=地址 width=0 height=0></iframe>  二:js文件挂马   首先将以下代码   document.write("<iframe width='0' height='0' src='地址'></ifra