Closed Lduran97 closed 2 years ago
put .Render() at the end,
@( Html.GoogleMap() .Name("map") .Height(300) .Center(c => c.Latitude(23.140971656573335) .Longitude(-82.39435493946075)) .Markers(m => m.Add().Title("Hello World!")) ).Render();
work for me
I have updated the code for .net6.
Please try the new version and reopen this issue if it still exists.
I have a problem in my app mvc 5
I install the pack but does not show the map