Home » Polymer Google Map

Polymer Google Map

by Online Tutorials Library

Polymer Google Map

The polymer google map element is used to display a google map on the website.

You can use googlemap-directions to show the map directions between a startAddress and endAddress.

Run the following command to install google-map element in your project directory. After that you can use this element in your application:

Example:

Create an index.html file and add the following code in it to see the usage of google-mapelement in Polymer.js.

Next TopicGoogle Signin

You may also like