Google Maps SDK not displaying properly in UIView?

前端 未结 3 624
南旧
南旧 2020-12-11 06:37

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

3条回答
  •  南方客
    南方客 (楼主)
    2020-12-11 07:24

    Finally figured it out...

    removed:

    self.googleMapView = mapView;
    

    replaced:

    [self.googleMapView addSubview:mapView];
    

提交回复
热议问题