summaryrefslogtreecommitdiff
path: root/platform/ios/jazzy.yml
diff options
context:
space:
mode:
authorJason Wray <friedbunny@users.noreply.github.com>2016-08-16 15:16:59 -0400
committerGitHub <noreply@github.com>2016-08-16 15:16:59 -0400
commitf489ec2ee131725b42162edf0414241f9c6310d1 (patch)
tree87d1621831a3386f49a6d4a47362c59e9a338d21 /platform/ios/jazzy.yml
parent01b94de107de875a6889258e72e5e060c0de0881 (diff)
downloadqtlocation-mapboxgl-f489ec2ee131725b42162edf0414241f9c6310d1.tar.gz
[ios] Refactored user location annotation into a customizable class (#5882)
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.
Diffstat (limited to 'platform/ios/jazzy.yml')
-rw-r--r--platform/ios/jazzy.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/ios/jazzy.yml b/platform/ios/jazzy.yml
index ce09b8b39d..f1c5d28070 100644
--- a/platform/ios/jazzy.yml
+++ b/platform/ios/jazzy.yml
@@ -40,6 +40,7 @@ custom_categories:
- MGLShape
- MGLShapeCollection
- MGLUserLocation
+ - MGLUserLocationAnnotationView
- name: Map Data
children:
- MGLFeature