The new google maps SDK for iOS now has a UI widget for displaying a compass. The only problem is I only see methods to toggle it on or off. Do you know if it\'s possible
-(void)viewDidAppear:(BOOL)animated{ mapView.padding = UIEdgeInsetsMake (64,0,0,0); }
This Code It will move Compass Button downward in 64 pixel.