Hi all, I am creating an app in which I have to show user a map, with some locations on it (pins?). I am not using google maps API, because it is not free anymore. I have only managed to open Google Maps app using "Map.OpenAsync(position.Latitude, position.Longitude);"
My question is, is there any way to show a map inside of an app with some pins on it which I will add through code without using Google Maps API key which I have to pay?
I have litelary found 0 answers and this is a last place I could ask, pls help. :-((