I am using the last Radzen version 5.3.5 in an VS2019 environment. I copied your sample code for the RadzenGoogleMap but using my own apikey and mapid. The map is displayed and all seems to work.
But the browser throws two messages.
- api key is not defined
After debugging the follwoing line of Radzen.Blazor.js throws the error:
How can I solve this error?
- a warning that the Google Maps Javascript has been loaded directly without loading=async.
Do you have an idea how to solve this warning?