summaryrefslogtreecommitdiff
path: root/platform/ios/app/MBXUserLocationAnnotationView.m
Commit message (Collapse)AuthorAgeFilesLines
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-14/+14
|
* [ios] Refactored user location annotation into a customizable class (#5882)Jason Wray2016-08-161-0/+165
A new class, `MGLUserLocationAnnotationView`, has been added that inherits from `MGLAnnotationView`. Use a subclass of `MGLUserLocationAnnotationView` to customize the appearance of the user location annotation. Use your custom view with the `MGLMapView.userLocation` annotation via the `-mapView:viewForAnnotation:` delegate method.