Valentas
Valentas
I have this very bad solution where i load all file to byte[] and then upload on submit. How achieve scenario where use select couple files one by one and...
I always process my svg before use in projects with FFImageLoading. Just use this https://jakearchibald.github.io/svgomg/, its recommended by the author. In options, disable all "Round/Rewrite" options and "Style to attbributes".
For check after map render you should use MapComponent OnAfterInit event Maybe making MapComponent props virtual should do any harm. What you think? ``` ```
Maybe you have link to website/solution?
Not sure how to help. As far as i remember there was nothing related to ios. Probably it is some safari rendering issues. Lets leave open and maybe one day...
Have you tried to use https://github.com/rungwiroon/BlazorGoogleMaps/wiki/MarkerList-for-multi-markets-manipulation
And this example https://github.com/rungwiroon/BlazorGoogleMaps/blob/master/ServerSideDemo/Pages/MapMarkerListPage.razor.cs
To speed up map actions you could try to group icons with clusters. Demo here https://github.com/rungwiroon/BlazorGoogleMaps/blob/master/ServerSideDemo/Pages/MapMarker.razor
Laziness :). Let me know if you need some info or examples. If you could give google implementation i could maybe find smth good start in our solution
Could you try instead await dirRenderer.SetDirections(null); //Crash - Not an object try await dirRend.SetMap(null);