Lightning Maps React (Alpha release)
React wrapper for lightning-maps-react. - A lightweight, dependency-free slippy map renderer.
Heavily inspired by Pigeon Maps and Leaflet, but with slightly different goals in mind:
Demo
Installation & Usage
yarn add lightning-maps-react
Include the Component
Component { return <Map center=38865 -77200 zoom=12> <Marker position=38912 -77240 color="red" /> </Map> ; }