https://github.com/simpart/mofron-comp-googlemap
googme map component for mofron
https://github.com/simpart/mofron-comp-googlemap
Last synced: 6 months ago
JSON representation
googme map component for mofron
- Host: GitHub
- URL: https://github.com/simpart/mofron-comp-googlemap
- Owner: simpart
- License: mit
- Created: 2020-08-13T04:20:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-17T04:05:29.000Z (over 4 years ago)
- Last Synced: 2025-07-07T04:12:00.432Z (about 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mofron-comp-googlemap
[mofron](https://mofron.github.io/mofron/) is module based frontend framework.
google map component for mofron
# Install
```
npm install mofron mofron-comp-googlemap
```
# Sample
```html
Map
map.map().addListener(
'click',
(e) => {
console.log(e.latLng.lat() + "," + e.latLng.lng());
}
);
35.68117118967436,139.76697678222706
```
# Parameter
| Short
Form | Parameter Name | Type | Description |
|:-------------:|:---------------|:-----|:------------|
| | center | dist | {lat: (float), lng: (float)} |
| | zoom | number | zoom value |
| | map | ||