Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(206)

Side by Side Diff: polymer_1.0.4/bower_components/google-map/metadata.html

Issue 1205703007: Add polymer 1.0 to npm_modules (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Renamed folder to 1.0.4 Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <x-meta id="google-map" label="Google Map">
2 <template>
3 <google-map style="width: 400px; height: 400px; display: block;"></google-ma p>
4 </template>
5 <property name="mapType" kind="select" options="roadmap,satellite,hybrid,terra in"></property>
6 <template id="imports">
7 <link rel="import" href="google-map.html">
8 </template>
9 </x-meta>
10
11 <x-meta id="google-map-directions" label="Google Map Directions">
12 <template>
13 <google-map-directions></google-map-directions>
14 </template>
15 <property name="map" kind="string"></property>
16 <property name="travelMode" kind="select" options="DRIVING,TRANSIT,WALKING,BIC YCLING"></property>
17 <template id="imports">
18 <link rel="import" href="google-map-directions.html">
19 </template>
20 </x-meta>
21
22 <x-meta id="google-map-search" label="Google Map Search">
23 <template>
24 <google-map-search></google-map-search>
25 </template>
26 <property name="map" kind="string"></property>
27 <property name="query" kind="string"></property>
28 <template id="imports">
29 <link rel="import" href="google-map-search.html">
30 </template>
31 </x-meta>
OLDNEW
« no previous file with comments | « polymer_1.0.4/bower_components/google-map/index.html ('k') | polymer_1.0.4/bower_components/google-sheets/.bower.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698