Frederick Aboah-Darko
Frederick Aboah-Darko
Find below the full code // Register Majorsoft.Blazor.Components builder.Services.AddJsInteropExtensions(); builder.Services.AddMapExtensions(); @page "/Support/location-Map-1" @using Majorsoft.Blazor.Components.Maps @using Majorsoft.Blazor.Components.Maps.Google @layout SiteLayout @implements IAsyncDisposable @inject UserStateServices UserStateDictionary Display Google Map @code { GoogleMap gMap;...
Hi majorimi, I use .Net 6.0 However, with some few tweaks, the original error no more displays, but the map doesn't display. It's always blank when I use your component