Add invisible location annotation.

This commit is contained in:
SBiOSoftWhare 2022-07-28 09:24:09 +02:00
parent 66a2d9f5ea
commit 7cfcced8c1

View file

@ -60,3 +60,6 @@ class UserLocationAnnotation: LocationAnnotation {
super.title = self.avatarData.displayName ?? self.userId
}
}
/// Invisible annotation
class InvisibleLocationAnnotation: LocationAnnotation {}