0.0.15 • Published 6 years ago

drag-and-drop-maps-react v0.0.15

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Google Map React with drag and drop functionality

This is a fork of Fullstack react's Google Maps wrapper with added drag and drop functionality.

Quickstart

First, install the library:

npm install --save drag-and-drop-maps-react

Then, add your pins as a background image with the class "drag".

<div class="markers">
    <div className="drag" style={{ backgroundImage: "url('http://maps.google.com/mapfiles/ms/micons/blue.png')" }}></div>
    <div className="drag" style={{ backgroundImage: "url('http://maps.google.com/mapfiles/ms/micons/green.png')" }}></div>
    <div className="drag" style={{ backgroundImage: "url('http://maps.google.com/mapfiles/ms/micons/yellow.png')" }}></div>
</div>

License

MIT

0.0.15

6 years ago

0.0.14

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago