Xamarin Forms Maps - how to refresh/update the map - CustomMap Renderer
问题 If you are searching for a full polylines, pins, tiles, UIOptions (and 3D effects soon) renderings/implementations, you should take a loot at the public github I made at XamarinByEmixam23/..../Map . I search a lot but I still have the same problem: How can I update, refresh or reload the Xamarin.Forms.Maps? In the class definition (class CustomMap : Map), there is no method to update the maps.. Maybe a MVVM logic can solves the problem, but I can't find it on the Web.. I followed this