I set up a marker an set it\'s draggable state to true. But when I call marker.getPosition() I am always getting the same location, like marker\'s position is n
You should implement OnMarkerDragListener() in your main activity. And inside the method onMarkerDragEnd() you can get the position of your marker (by using its ID)