rungwiroon / BlazorGoogleMaps

Blazor interop for GoogleMap library
MIT License
309 stars 99 forks source link

oderv 10000 Markers #307

Closed martinx1941 closed 6 months ago

martinx1941 commented 6 months ago

Hi , could you provide me a sample (if its possible) to load over 10000 markers from a sql database and show them? is it possible to load on start all the markers?

valentasm1 commented 6 months ago

Sorry but i am very very time limited. Dont have time to look up for demos in internet Here is server side demo how add marker https://github.com/rungwiroon/BlazorGoogleMaps/blob/master/ServerSideDemo/Pages/MapMarkerListPage.razor.cs

You could load markers in OnAfterRenderAsync method