Show UserLocation and UserTracking example

suggest change

This will show the user location on the map

Objective-C

[self.map setShowsUserLocation:YES];

Swift

self.map?.showsUserLocation = true

This will track the user location on the map, updating regions according

Objective-C

[self.map setUserTrackingMode:MKUserTrackingModeFollow];

Swift

self.map?.userTrackingMode = .follow

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents