5858: Add specific type for pin location

This commit is contained in:
MaximeE
2022-04-04 17:01:47 +02:00
parent 974482f627
commit bbc4106be4
4 changed files with 5 additions and 3 deletions
@@ -42,7 +42,7 @@ class LocationAnnotatonView: MGLUserLocationAnnotationView {
}
init(pinLocationAnnotation: LocationAnnotation) {
init(pinLocationAnnotation: PinLocationAnnotation) {
// TODO: Use a reuseIdentifier
super.init(annotation: pinLocationAnnotation, reuseIdentifier: nil)