mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-30 13:16:58 +02:00
5858: Add specific type for pin location
This commit is contained in:
@@ -42,7 +42,7 @@ class LocationAnnotatonView: MGLUserLocationAnnotationView {
|
||||
|
||||
}
|
||||
|
||||
init(pinLocationAnnotation: LocationAnnotation) {
|
||||
init(pinLocationAnnotation: PinLocationAnnotation) {
|
||||
// TODO: Use a reuseIdentifier
|
||||
super.init(annotation: pinLocationAnnotation, reuseIdentifier: nil)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user