MkMapView cancel loading google tiles

后端 未结 3 1432
情深已故
情深已故 2020-12-21 04:16

I have a case where I need to import an overlay map in top of MkMapView. The overlay totally covers the google tiles below so there is no need loading, plus it adds overhead

3条回答
  •  天涯浪人
    2020-12-21 04:36

    As far as I know you can't prevent MKMapView from loading Google Maps tiles, and there's a chance your app will be rejected if it covers up the Google logo while displaying an MKMapView – you may want to consider writing a custom UIScrollView to display your map instead.

提交回复
热议问题