forked from googlearchive/googlemaps.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibraries.html
116 lines (107 loc) · 5.75 KB
/
libraries.html
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!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.</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.</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.</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>
<h2>Google Maps Engine 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/mapsengine-api-java-wrapper">mapsengine-api-java-wrapper</a></td>
<td>A supplementary library to the <a href="https://developers.google.com/api-client-library/java/apis/mapsengine/v1">auto-generated Maps Engine API library</a>, adding some convenience features and simplifying others.</td>
<td class="title"><a href="https://github.com/markmcd">Mark McDonald</a></td>
</tr>
</tbody>
</table>
</main>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-12846745-20', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>