I have been trying to create a map UI using Xamarin Forms aiming Android and iOS , using OSM. Implemented using the below https://github.com/charlenni/OsmSharp.Forms. Able to get the Map successfully and even able to add Points as circles. But I would prefer to add Image similar to Pins and also need to to display a infowindow on the click of those images, further on click of those info windows, get navigated to next Screens.
Please suggest me a way that could be handled in Xamarin.Forms.
Thanks
Vidhya A