Skip to content

Instantly share code, notes, and snippets.

@vijayabose
Last active August 29, 2015 14:24
Show Gist options
  • Save vijayabose/c82b35a540cb8edc81b8 to your computer and use it in GitHub Desktop.
Save vijayabose/c82b35a540cb8edc81b8 to your computer and use it in GitHub Desktop.
designer
<link rel="import" href="../google-map/google-map-directions.html">
<polymer-element name="my-element">
<template>
<style>
#google_map_directions {
left: 660px;
top: 400px;
position: absolute;
}
#google_map_directions1 {
left: 1080px;
top: 430px;
}
</style>
</template>
<script>
Polymer({
});
</script>
</polymer-element><google-map-directions id="google_map_directions1" class="drag-element"></google-map-directions>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment