# Installation

```bash
npm install @credenceanalytics/maps --save
```

##  Usage
```js
import { 
    BubbleMap,
    GoogleMap,
    LeafletMaps,
    LineMap,
    yandexMap,
    ymapMarker  
} from '@credenceanalytics/maps'

export default {
    ...
    components: {
        BubbleMap,
        GoogleMap,
        LeafletMaps,
        LineMap,
        yandexMap,
        ymapMarker
    }
}
```