forked from googlemaps/js-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
170 lines (170 loc) · 8.12 KB
/
data.json
File metadata and controls
170 lines (170 loc) · 8.12 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
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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
{
"packages": {
"Add Map": "add-map",
"Rotating 45° Imagery": "aerial-rotation",
"45° Imagery": "aerial-simple",
"Circles": "circle-simple",
"Mashups with google.maps.Data": "combining-data",
"Conserve Map on Scroll": "conserve-map-on-scroll",
"Map Bounds Restriction": "control-bounds-restriction",
"Adding State to Controls": "control-custom-state",
"Custom Controls": "control-custom",
"Default Controls": "control-default",
"Disabling the Default UI": "control-disableUI",
"Control Options": "control-options",
"Control Positioning Labels": "control-positioning-labels",
"Control Positioning": "control-positioning",
"Replacing Default Controls": "control-replacement",
"Adding Controls to the Map": "control-simple",
"Controls Basic Map": "controls-basic-map",
"Custom Markers": "custom-markers",
"DECK.GL Trips Layer": "deckgl-tripslayer",
"DECK.GL Points": "deckgl-points",
"DECK.GL ArcLayer": "deckgl-arclayer",
"Deleting a Vertex": "delete-vertex-menu",
"Directions Service (Complex)": "directions-complex",
"Draggable Directions": "directions-draggable",
"Displaying Text Directions With setPanel()": "directions-panel",
"Directions Service": "directions-simple",
"Travel Modes in Directions": "directions-travel-modes",
"Waypoints in Directions": "directions-waypoints",
"Disable Zoom and Pan": "disable-zoom-and-pan",
"Distance Matrix Service": "distance-matrix",
"Drawing Tools": "drawing-tools",
"Earthquake Circles": "earthquake_circles",
"Earthquake Heatmap": "earthquake_heatmap",
"Earthquake Markers": "earthquake_markers",
"Showing Elevation Along a Path": "elevation-paths",
"Elevation Service": "elevation-simple",
"Accessing Arguments in UI Events": "event-arguments",
"Event Click LatLng": "event-click-latlng",
"Using Closures in Event Listeners": "event-closure",
"Listening to DOM Events": "event-domListener",
"POI Click Events": "event-poi",
"Getting Properties With Event Handlers": "event-properties",
"Simple Click Events": "event-simple",
"Geocoding Component Restriction": "geocoding-component-restriction",
"Retrieving an Address for a Place ID": "geocoding-place-id",
"Geocoding Region - ES": "geocoding-region-es",
"Geocoding Region - US": "geocoding-region-us",
"Reverse Geocoding": "geocoding-reverse",
"Geocoding Service": "geocoding-simple",
"Encoding Methods": "geometry-encodings",
"Navigation Functions (Heading)": "geometry-headings",
"Ground Overlays": "groundoverlay-simple",
"Hiding Map Features With Styling": "hiding-features",
"Complex Marker Icons": "icon-complex",
"Simple Marker Icons": "icon-simple",
"Info Window With maxWidth": "infowindow-simple-max",
"Info Windows": "infowindow-simple",
"Inset Map": "inset-map",
"Cooperative Gesture Handling": "interaction-cooperative",
"Default Gesture Handling": "interaction-default",
"Greedy Gesture Handling": "interaction-greedy",
"No Gesture Handling": "interaction-none",
"Interaction Restricted": "interaction-restricted",
"Disable Pan and Zoom": "interaction-disable-pan-zoom",
"KML Map": "kml-map",
"Bicycle Layer": "layer-bicycling",
"Data Layer: Drag and Drop GeoJSON": "layer-data-dragndrop",
"Data Layer: Dynamic Styling": "layer-data-dynamic",
"Data Layer: Event Handling": "layer-data-event",
"Data Layer: Polygon": "layer-data-polygon",
"Simple Data Layer: Earthquakes": "layer-data-quakes-red",
"Default Data Layer: Earthquakes": "layer-data-quakes-simple",
"Advanced Data Layer: Earthquakes": "layer-data-quakes",
"Data Layer: Simple": "layer-data-simple",
"Data Layer: Styling": "layer-data-style",
"GeoRSS Layers": "layer-georss",
"Heatmaps": "layer-heatmap",
"KML Feature Details": "layer-kml-features",
"KML Layers": "layer-kml",
"Traffic Layer": "layer-traffic",
"Transit Layer": "layer-transit",
"Custom Legend": "legend",
"Local Context Basic": "local-context-basic",
"Local Context Events": "local-context-events",
"Local Context Home": "local-context-home",
"Local Context Restrictions": "local-context-restrictions",
"Local Context Style": "local-context-styles",
"Showing Pixel and Tile Coordinates": "map-coordinates",
"Geolocation": "map-geolocation",
"Map Id Style": "map-id-style",
"Localizing the Map": "map-language",
"Lat/Lng Object Literal": "map-latlng-literal",
"Custom Map Projections": "map-projection-simple",
"Map Puzzle": "map-puzzle",
"Right-to-Left Languages": "map-rtl",
"Simple Map": "map-simple",
"Synchronous Loading": "map-sync",
"Basic Map Types": "maptype-base",
"Overlaying an Image Map Type": "maptype-image-overlay",
"Image Map Types": "maptype-image",
"Overlay Map Types": "maptype-overlay",
"Styled Map Types": "maptype-styled-simple",
"Marker Accessibility": "marker-accessibility",
"Marker Animations With setTimeout()": "marker-animations-iteration",
"Marker Animations": "marker-animations",
"Marker Clustering": "marker-clustering",
"Marker Collision Management": "marker-collision-management",
"Marker Labels": "marker-labels",
"Removing Markers": "marker-remove",
"Simple Markers": "marker-simple",
"Custom Symbols (Marker)": "marker-symbol-custom",
"Predefined Symbols (Marker)": "marker-symbol-predefined",
"Maximum Zoom Imagery Service": "maxzoom-simple",
"Move Camera Ease": "move-camera-ease",
"Showing/Hiding Overlays": "overlay-hideshow",
"Custom Popups": "overlay-popup",
"Removing Overlays": "overlay-remove",
"Custom Overlays": "overlay-simple",
"Animating Symbols": "overlay-symbol-animate",
"Arrow Symbols (Polyline)": "overlay-symbol-arrow",
"Custom Symbols (Polyline)": "overlay-symbol-custom",
"Dashed Line Symbols (Polyline)": "overlay-symbol-dashed",
"Place Details": "place-details",
"Place ID": "place-id",
"Place Search Pagination": "place-search-pagination",
"Place Searches": "place-search",
"Place Autocomplete Address Form": "places-autocomplete-addressform",
"Place Autocomplete and Directions": "places-autocomplete-directions",
"Place Autocomplete Hotel Search": "places-autocomplete-hotelsearch",
"Place Autocomplete Restricted to Multiple Countries": "places-autocomplete-multiple-countries",
"Place Autocomplete": "places-autocomplete",
"Place Autocomplete Service": "places-autocomplete-service",
"Place ID Finder": "places-placeid-finder",
"Place ID Geocoder": "places-placeid-geocoder",
"Retrieving Autocomplete Predictions": "places-queryprediction",
"Places Search Box": "places-searchbox",
"Polygon Contains Location": "poly-containsLocation",
"Polygon Arrays": "polygon-arrays",
"Polygon Auto-Completion": "polygon-autoclose",
"Draggable Polygons": "polygon-draggable",
"Polygon With Hole": "polygon-hole",
"Simple Polygon": "polygon-simple",
"Complex Polylines": "polyline-complex",
"Removing Polylines": "polyline-remove",
"Simple Polylines": "polyline-simple",
"Programmatic Maps Load": "programmatic-load",
"Programmatic Maps Load with Button": "programmatic-load-button",
"React Map": "react-map",
"Listening to Events": "rectangle-event",
"Rectangles": "rectangle-simple",
"Rectangle Zoom": "rectangle-zoom",
"Side By Side Maps": "split-map-panes",
"Street View Controls": "streetview-controls",
"Custom Street View Panoramas": "streetview-custom-simple",
"Custom Street View Panorama Tiles": "streetview-custom-tiles",
"Street View Containers": "streetview-embed",
"Street View Events": "streetview-events",
"Overlays Within Street View": "streetview-overlays",
"Directly Accessing Street View Data": "streetview-service",
"Street View Side-By-Side": "streetview-simple",
"Styled Maps - Night Mode": "style-array",
"Styled Map Selection": "style-selector",
"User-Editable Shapes": "user-editable-shapes",
"WebGL Overlay": "webgl-overlay-simple",
"WebGL Tilt and Rotation": "webgl-tilt-rotation",
"WebGL DeckGL Flight Paths": "webgl-deckgl"
}
}