I am testing a very simple application that get the location from the GPS information and I would like to show it in a map.
I know that it is possible to use the native maps application of android with MAUI, but it makes me to create a develop account in google, get a API-Key and give a credit card because it is a pay service if from the application it is requesting N positions.
I would like to avoid all this process, so i would like if there is some another way to show a location in a map in an MAUI application.
Thanks.