https://github.com/simonh1000/elm-google-map-webcomponent
https://github.com/simonh1000/elm-google-map-webcomponent
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonh1000/elm-google-map-webcomponent
- Owner: simonh1000
- Created: 2019-08-24T09:59:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-17T07:59:28.000Z (over 1 year ago)
- Last Synced: 2025-02-14T19:54:51.921Z (4 months ago)
- Language: JavaScript
- Size: 1.34 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Map Web Component to work with Elm
Simple Google Map webcomponent with clickable markers.
## Params
```html
```
`markers` needs to be a list of objects with a `position` field in. On click, the entire object is returned so you can know which one was clicked.
## Development
- `npm run dev` - starts vite dev server with elm debugger
- `npm run start` - starts vite dev server without elm debugger