How to trigger a video when a user reaches a certain location?

前端 未结 3 1823
余生分开走
余生分开走 2021-01-14 08:56

This is my CoreLocationController.h objective c class

#import 
#import 
#import 

        
3条回答
  •  自闭症患者
    2021-01-14 09:32

    I think if you are just having trouble getting the mapView to zoom correctly, use the MKCoordinate stuff from this post, How do I zoom an MKMapView.

    I am working on a mapview as well that zooms to a decent level for viewing, and I am setting the lattitudeDelta and longitudeDelta for the map. Works good for me.

提交回复
热议问题