summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLFaux3DUserLocationAnnotationView.h
Commit message (Collapse)AuthorAgeFilesLines
* [ios] Define user dot constants in implementation fileMinh Nguyễn2017-09-281-5/+5
|
* [ios] Set a heading indicator update thresholdJason Wray2017-09-071-0/+3
|
* [ios] Refactor user location heading indicator into its own classJason Wray2017-09-061-1/+6
|
* [ios] Refactored user location annotation into a customizable class (#5882)Jason Wray2016-08-161-0/+7
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.