forked from googlearchive/googlemaps.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlibraries.html
More file actions
88 lines (82 loc) · 4.56 KB
/
Copy pathlibraries.html
File metadata and controls
88 lines (82 loc) · 4.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html>
<head>
<title>Google Maps API Libraries</title>
<link href="http://fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header class="app-bar promote-layer">
<div class="app-bar-container">
<h1 class="logo">Google Maps API Libraries</h1>
</div>
</header>
<main class="main-container">
<p>Libraries extend the functionality of the <a href="https://developers.google.com/maps/">Google Maps APIs</a> by adding new features, implementing common design patterns, or making some tasks a little easier. The libraries listed on this page are all open source, and have been written by the Google Developer community. If you've worked on a library for the Maps API, we invite you to <a href="https://github.com/googlemaps/googlemaps.github.io/edit/master/libraries.html">add your project</a> to the list.</p>
<h2>Google Maps JavaScript API</h2>
<table class="table table-striped">
<thead>
<tr>
<th class="title">Library</th>
<th>Summary</th>
<th class="title">Maintainer</th>
</tr>
</thead>
<tbody>
<tr>
<td class="title"><a href="https://github.com/brendankenny/CanvasLayer">canvaslayer</a></td>
<td>A library for adding a <canvas> layer to a Google Maps JavaScript API v3 map, and a small API for efficiently visualizing data using the 2d canvas API or WebGL.</td>
<td class="title"><a href="https://github.com/brendankenny">Brendan Kenny</a></td>
</tr>
<tr>
<td class="title"><a href="https://github.com/googlemaps/js-v3-earth-api">googleearth</a></td>
<td>A library integrating the Google Earth API with the Google Maps JavaScript API v3, rendering most map overlays appropriately in the 3D plugin. Analytics</td>
<td class="title"><a href="https://github.com/jlivni">Josh Livni</a></td>
</tr>
<tr>
<td class="title"><a href="https://github.com/googlemaps/js-info-bubble">infobubble</a></td>
<td>A InfoBubble is a customizable CSS info window.</td>
<td class="title"><a href="https://github.com/skarEE">Luke Mahe</a></td>
</tr>
<tr>
<td class="title"><a href="https://github.com/googlemaps/js-map-label">maplabel</a></td>
<td>A library that adds well-styled, customizable text to a particular location in a Google Maps JavaScript API v3 map.</td>
<td class="title"><a href="https://github.com/broady">Chris Broadfoot</a>,<br><a href="https://github.com/skarEE">Luke Mahe</a></td>
</tr>
<tr>
<td class="title"><a href="https://github.com/googlemaps/js-marker-clusterer">markerclusterer</a></td>
<td>A Google Maps JavaScript API v3 library to create and manage per-zoom-level clusters for large numbers of markers. Analytics</td>
<td class="title"><a href="https://github.com/skarEE">Luke Mahe</a></td>
</tr>
<tr>
<td class="title"><a href="https://github.com/googlemaps/js-rich-marker">richmarker</a></td>
<td>A library for using arbitrary DOM elements as map markers in the Google Maps JavaScript API v3. Analytics</td>
<td class="title"><a href="https://github.com/skarEE">Luke Mahe</a></td>
</tr>
<tr>
<td class="title"><a href="https://github.com/googlemaps/js-store-locator">storelocator</a></td>
<td>This library enables developers to easily build store locator-type applications using the Google Maps JavaScript API v3.</td>
<td class="title"><a href="https://github.com/broady">Chris Broadfoot</a></td>
</tr>
</tbody>
</table>
<h2>Google Maps Android API</h2>
<table class="table table-striped">
<thead>
<tr>
<th class="title">Library</th>
<th>Summary</th>
<th class="title">Maintainer</th>
</tr>
</thead>
<tbody>
<tr>
<td class="title"><a href="https://github.com/googlemaps/android-maps-utils">android-maps-utils</a></td>
<td>A multipurpose library that adds support for marker clustering, heat maps, custom marker text, polyline encoding/decoding and spherical geometry.</td>
<td class="title"><a href="https://github.com/broady">Chris Broadfoot</a></td>
</tr>
</tbody>
</table>
</main>
</body>
</html>