5858: Add specific type for pin location

This commit is contained in:
MaximeE
2022-04-04 17:01:47 +02:00
parent 28e3cbde8c
commit 683d6e625c
4 changed files with 5 additions and 3 deletions
@@ -31,6 +31,8 @@ class LocationAnnotation: NSObject, MGLAnnotation {
}
}
class PinLocationAnnotation: LocationAnnotation {}
class UserLocationAnnotation: LocationAnnotation {
// MARK: - Properties