i am using GoogleMaps and i have 2 or more markers and they are draggable. I want to snap 2 markers if they are near and merge them into 1. is this possible ?
Can someone give me pointers .. how i can realize that ?
|
i am using GoogleMaps and i have 2 or more markers and they are draggable. I want to snap 2 markers if they are near and merge them into 1. is this possible ? Can someone give me pointers .. how i can realize that ?
| |||||||||
feedback
|
|
You need to handle the drag event on the GMarker object. The trick is what do you do when you detect that you are near enough to another marker to snap them together. I played around a little with this and thought maybe hiding the currently dragged marker might be a good way to go.
Not an entirely elegant solution, but it might suit your purposes. Edit: I wondered if you were looking for the code to check nearby points, so I updated my example to do that:
| ||||
|
feedback
|