Infobubble component module for Google Maps replacement without building proccess, es2015 compliant. It export the native class instead a built component oriented to be included in a widget.
| Variable | Type | Default |
|---|---|---|
| closeSrc | string | 'https://maps.gstatic.com/intl/en_us/mapfiles/iw_close.gif' |
| arrowSize | number | 15 |
| arrowStyle | number | 0 |
| shadowStyle | number | 1 |
| minWidth | number | 50 |
| arrowPosition | number | 50 |
| padding | number | 10 |
| borderWidth | number | 1 |
| borderColor | string | '#ccc' |
| borderRadius | number | 10 |
| backgroundColor | string | '#fff' |
| disableAutoPan | boolean | false |
| disableAnimation | boolean | false, |
npm test
Controlled by Eslint, based in the eslint:recommended preset.