I have do lots of the thing not able to find the solution for this situation.In Google map my current location marker not coming only overlay of the ground was coming.
I am using Google map SDK 1.13.0 .
GMSMapView *mapView = [[GMSMapView alloc] init];
mapView.tag = Tag_googleMapView;
mapView.frame = CGRectMake(0.0, 0.0, view.frame.size.width,view.frame.size.height);
mapView.delegate = self;
mapView.indoorEnabled = YES;
[mapView setMyLocationEnabled:YES];
[mapView.settings setMyLocationButton:YES];
It looks like this.
It not proper blue current location marker was not coming