Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我使用 setusertrackingmode 显示 mapView 时,用户位置始终显示在地图中心。
// set tracking mode [self.mapView setShowsUserLocation:YES]; [self.mapView setUserTrackingMode:MKUserTrackingModeFollowWithHeading animated:YES];
有没有办法用偏移量显示用户位置,所以它会显示在地图的下四分之一?