I have a list of map locations when I click one of them I want to zoom to the point on the map and fire a tap event so the pin located there opens its info window. I can zoom to the location on the map without an issue but I can not get the pin to click programmatically. I found the Pin.SendMarkerClick() Method but it appears to not do anything and not be implemented. Does anyone know how I can fire a pin click event without using a custom render? I don't want to have to deal with all the extra overhead of making a custom render for iOS and Android.
using System.ComponentModel;
/// <summary>To be added.</summary>
/// <returns>To be added.</returns>
/// <remarks>To be added.</remarks>
[EditorBrowsable (EditorBrowsableState.Never)]
public bool SendMarkerClick ();