fixed marker on center of google map ios sdk
问题 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) 回答1: GMSCameraPosition *lastCameraPosition; - (void)mapView:(GMSMapView *)pMapView didChangeCameraPosition:(GMSCameraPosition *)position { /* move