I'm trying to create a custom renderer in Xamarin.Forms.Maps specifically for UWP to be able to draw an image on a map. I need it to scale with the map as you zoom in and out, as if it was drawn on the map itself. I don't want to replace entire map tiles or anything, just simply draw a .png onto the map layer. Android and iOS have implementations to handle this feature, but I haven't been able to find it for UWP mapping yet. Does anyone know how to accomplish this?
↧