I've been using the Xamarin.Forms.Map on a project, but it looks like there might be a memory leak within the component.
When inspecting memory usage with the profiler, every time I navigate back to the page with the map, memory usage jumps up a lot, like it's never being garbage collected, even after the page that it was added to has been popped off the navigation stack.
As a proof of concept I made this really simple two page forms app (attached). (Note that I didn't set this up to work on android, so not sure if it's an issue there too)
If it is a problem with the component itself, could Xamarin please provide a fix?