i am using Latest Google Map SDK for iOS in which i am not able to rotate Map like below.
For Eg. MKMapview is able to rotate it with Compass Heading.
[mapView setUserTrackingMode:MKUserTrackingModeFollowWithHeading animated:YES];
So My Question is is there any buddy help me out to find out how to Get that thing to be done in Google MAP SDK.
i have referred every thing about Google Map SDK i din't find any such property or any method to rotate Map according Device Compass value.
i have referred this link about Compass value but i could not find anything related to that.