0
votes

In my map (using MapKit & MKMapViewDelegate) i show the user location. By default there are a blue circle around the dot. In the new map from apple, the blue circle are updated so it shows witch way the user are going. How do i make my the same? Or i worst case, how do i remove the blue circle?

1

1 Answers

0
votes

Similar things are possible with MKUserTrackingMode.

how do i remove the blue circle?

Just this

mapView.showsUserLocation = false