0.0.15 • Published 7 years ago

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

Weekly downloads
1
License
MIT
Repository
github
Last release
7 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

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago