MapViewPlus
MapViewPlus copied to clipboard
Use any custom view as custom callout view for MKMapView with cool animations. Use any image as annotation view.
I don't really know how to check the type of my pin annotation type in delegate mapView(_ mapView: MapViewPlus, calloutViewFor annotationView: AnnotationViewPlus) -> CalloutViewPlus. The AnnotationViewPlus comes from nowhere, now...
https://github.com/okhanokbay/MapViewPlus/blob/72a7f331e42d539eef0b3b40016e2f8400d495e4/MapViewPlus/Classes/Source/MapViewPlus.swift ``` guard subview is CalloutAndAnchorView else { return } ``` You should replace `return` with `continue` otherwise it sometimes doesn't deselect the annotation views if sees any other type...
Hello, i want to keep CallOutView On Map after click of annotation. Thanks in advance.
Hi, I have a requirement to add custom location marker with text of user name as short. Could you please help me to do this as this library is really...
When annotation is near the edges, calloutView half of part shows out of map and another problem, when tapping the button on calloutView, annotation under view is clicked
I have a scenario for which I don't want to show a CalloutView to be displayed when an annotation will get selected. Instead, I want `MapViewPlus` to let me know...
I have a requirement for which I need to show a different annotation image when an annotation is selected. How can I do that? ``` extension KiosksViewController: MapViewPlusDelegate { func...