Skip to content

Instantly share code, notes, and snippets.

@designer-polymer
Created April 4, 2014 00:27
Show Gist options
  • Save designer-polymer/9965618 to your computer and use it in GitHub Desktop.
Save designer-polymer/9965618 to your computer and use it in GitHub Desktop.
designer
<link rel="import" href="../google-map/google-map-directions.html">
<style>
#google_map_directions {
position: absolute;
left: 150px;
top: 60px;
}
</style>
<google-map-directions travelmode="DRIVING" map="{{ $.google_map.map }}" id="google_map_directions"></google-map-directions>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment