Inclusion of the method that opens a callout without clicking on the marker#218
Inclusion of the method that opens a callout without clicking on the marker#218andreluiz1987 wants to merge 1 commit intoTorbenK:Developmentfrom
Conversation
|
I'm wondering if this fires |
|
For some reason, in this snippet "var annotationView = this.Map.ViewForAnnotation (selectedAnnotation)" Anyway, it's working here. |
|
This is only affecting iOS. According to:
For me, the callout would display on first try because my map included all of my annotations in the current view. Once I set Took a page from @andreluiz1987 example and changed SetSelectedPin() method in TKCustomMapRenderer.cs for iOS. Changed from: to:
You also have to set |
Added a new property in TKCustomMapPin.
Creation of the OpenCallout method in the Android and iOS project.