Valentas
Valentas
Sadly not enough time to help.
Map dispose function does some deleting. I read somewhere that dispose object could be enough to set it to null. Maybe set object to null and then remove from map...
There was no much thinking. I really didnt like idea to keep api key in some variable. Still dint like it that it sync I agree that it better have...
I think we could close it.
This one works. Added demo to server side map circle page ``` private async void CreateBunchOfPolygon() { var outerCoords = new List() { new LatLngLiteral(13.501908279929077, 100.69801114196777), new LatLngLiteral(13.491392275719202, 100.74933789367675), new...
_does the maps version work?_ I dont get this
Could you give example what steps is done and you dont get desired result? I want to reproduce
I think you could do similar to this. Whats wrong with this approuch? ``` private async Task RemoveBunchOfPolygon() { if (_createedPolygons != null) { foreach (var markerListMarker in _createedPolygons.Polygons) {...
Did you occur any security issues with this way of authentication?
Nothing serious. It is just compiler warnings.