# @vaadin/map A component for displaying web maps. > ℹ️  A commercial Vaadin [subscription](https://vaadin.com/pricing) is required to use Map in your project. [Documentation + Live Demo ↗](https://vaadin.com/docs/latest/components/map) [![npm version](https://badgen.net/npm/v/@vaadin/map)](https://www.npmjs.com/package/@vaadin/map) ```html ``` [Screenshot of vaadin-map](https://vaadin.com/docs/latest/components/map) ## Installation Install the component: ```sh npm i @vaadin/map ``` Once installed, import the component in your application: ```js import '@vaadin/map'; ``` ## Contributing Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. ## License This program is available under Vaadin Commercial License and Service Terms. For license terms, see LICENSE. Vaadin collects usage statistics at development time to improve this product. For details and to opt-out, see https://github.com/vaadin/vaadin-usage-statistics.