OLD | NEW |
(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> |
OLD | NEW |