An open API service indexing awesome lists of open source software.

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

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 | ||