I'm am using xamarin forms maps.
So I am creating a custom render for android that will pull tiles from a tile server such that I do not need to use google for maps.
I have used the following aloisdenielDOTgithubDOTio/xamarin-forms-custom-maps/
help create my custom render.
I notice that without an API key, it does not pull tiles from my tile server and it just a blank page.
With an API key it will pull tiles from my tile server.
I do not want to use a google API key with my custom map, is there a workaround for this?