my question may seem a bit complicated but let me clarify. i am using mkmapview , in this i want to show current user location with blue dot and circle , but this isn\'t rea
For SWIFT 3
if (annotation.isKind(of: MKUserLocation.self)){ return nil }
This will allow you to show a blue dot for your user's location in swift 3.
Put this code in the mapView viewFor annotation func