I\'m having some problems displaying google maps in Xcode 6.1
I managed to get the map to display in a section of my UIView, but it displays the world map instead of
Finally figured it out...
removed:
self.googleMapView = mapView;
replaced:
[self.googleMapView addSubview:mapView];