0.0.15 • Published 8 years ago

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

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

8 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago