# Location
  [![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
  

  ## Properties
  | </br>Name | </br>Type | </br>Summary | </br>Default | 
| ---- | ---- | ---- | ---- |
| apiKey | `string` | Key of google maps project. | `''` |
| className | `string` | Class to apply. | `''` |
| height | `string` | Height of the map. | `'50vh'` |
| language | `string` | Language of map. | `'en'` |
| lat | `number` | Latitude to initial center map. | `0` |
| lng | `number` | Longitude to initial center map. | `0` |
| markers | `arrayOf` | Markers to shoe in the map. | `[]` |
| zoom | `number` | Zoom level of map. | `1` |