Ivan R. Toledo Ivanovic

Results 10 comments of Ivan R. Toledo Ivanovic

Hi, we recently updated our app TransantiagoMaster, which is a public transport service app for Santiago de Chile. ~20k users/month. Happy users of your code :) will contribute later to...

I guess you should reuse your BitmapDescriptor instead of creating the same one for each pin. Also, in your loop you should create a new instance of Pin on every...

Well, adding the same object to a collection many times is wrong, unless you want to add the exact same instance of the object (same labels, position, …) to the...

Just so I don't forget next time I get this same error, managed to fix this when publishing on an Azure App Service. It crashes on Connect() because it could...

Hi @kgrashad , thanks for answering! Let's say I have a LuisIntent that searches for a place. This intent has a parameter/entity called "place". So if the user says "find...

same issue, reverting to MasterDetailPage works.

been hitting this bug. happens when i navigate from a page that contains a map to another that also contains a map. tried removing the map from the visual tree...

Problem occurs because on Windows it'll try to copy Firebase framework files to your bin path on your project's folder, appending paths that will go over the max path length....

rolling back to 9.0.204 using global.json allows it to compile. also with plain asp.net core web site, not only with blazor. Happens to me in Windows.

Can confirm, happens the same to my app. Only happens the first time trying to render the map, if you navigate back/forth to the page it will render correctly the...