I want to fix the marker in the center of the map irrespective of the location coordinates. If the user moves the camera on map I want it to keep showing up in the center without any flickering in marker and new location on that marker shows,If it is possible then How can I do that? Please help out. Thanks
i am using iOS google map sdk(objective-c)
now the code above makes the marker stay as it was but it's flying while you drag the screen.
if you want it centered first the you have to set the marker coordinates to map.center -> coordinates conversion and then you have some animation to do:
then wait for map:mapDidIdle