Mapyna is a powerful JavaScript library tailored for location-based websites, perfect for platforms like real estate sites that need to display locations as markers on maps. It seamlessly integrates interactive maps into websites, enhancing user experience and providing valuable location-based information.
Demo : https://mapyna.realtyna.info/
$ npm install mapyna
add google map or leaflet to your project
import mapyna from 'mapyna'
// ...
const mapynaConfig:TMapynaConfig = {
// ...
}
// GoogleMap
mapyna(mapynaConfig).googleMap()
// LeafletMap
mapyna(mapynaConfig).leaflet()
If you'd like to contribute to this project, please follow these steps:
git checkout -b my-new-feature
git add .
git commit -am 'Add some feature'
git push origin my-new-feature