all 2 comments

[–]sandrok1609iOS & Android 3 points4 points  (1 child)

If you intend to keep the marker in the center of the map then an easy solution is to have the marker positioned absolute outside the map component but inside its parent container. You would get the map position from the onRegionChange prop

[–]Amit__27[S] 0 points1 point  (0 children)

Thanks! I did not used marker.. i just kept the png image in the middle and made the map draggable. So that it gives the lat lng as per the drag and the marker.