diff options
author | Nadia Barbosa <nadiabarbosa@me.com> | 2019-02-22 15:52:30 -0800 |
---|---|---|
committer | Nadia Barbosa <nadiabarbosa@me.com> | 2019-04-29 15:12:18 -0700 |
commit | b9152149671150926a0e3dc6a30d47ee2392ccc9 (patch) | |
tree | 569f93a3b5145e5e6963a3840aea491d1ce3294d /platform/ios/app/MBXUserLocationAnnotationView.h | |
parent | a31734ddada70d9bab144a564a9508726e046480 (diff) | |
download | qtlocation-mapboxgl-upstream/iosapp-refactor.tar.gz |
[ios] Refactor iosappupstream/iosapp-refactor
Add X amount of annotations/symbols
Remove "Add test shapes"
Remove "Add point with a custom callout"
Remove "Query annotations"
Remove "Enable custom user dot"
Remove building extrusions
Remove style road layer
Remove raster layer
Remove add shapes
Remove symbol color
Remove building fill
Remove style ferry layer
Remove style parks
Remove filtered things
Remove query and style features
Remove Style Feature
Remove style point collection
Remove update shape source data/url/features
Remove style water / vector source / image source
Remove style route line
Mark to-be examples
Remove limit camera changes
Remove snapshots
Surgery cleanup
Remove MBXCustomLocationViewController
Remove MBXSnapshotsViewController
Put token in seprate file instead of alert controller
make things work
Fix token issue
Tokens? Tokens.
Bash
Add deleted file back
Move amsterdam file
Hamsterdam
Take out gh stuff
Diffstat (limited to 'platform/ios/app/MBXUserLocationAnnotationView.h')
-rw-r--r-- | platform/ios/app/MBXUserLocationAnnotationView.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/platform/ios/app/MBXUserLocationAnnotationView.h b/platform/ios/app/MBXUserLocationAnnotationView.h deleted file mode 100644 index 39ed729d2b..0000000000 --- a/platform/ios/app/MBXUserLocationAnnotationView.h +++ /dev/null @@ -1,5 +0,0 @@ -#import <Mapbox/Mapbox.h> - -@interface MBXUserLocationAnnotationView : MGLUserLocationAnnotationView - -@end |