My custom renderer is no longer work with Xamarin Forms 2.3.4. The behavior I am seeing is that none of pins are being drawn on the map if I provide a method for the IOnMapReadyCallback method.
It appears as though the interface is explicitly implemented in the standard renderer (recently introduced). I need to be able to get a reference to the NativeMap once the IOnMapReadyCallback method has been invoked. Is there a way I can get a reference to the NativeMap via some event? Do I wait on the property changed for the SetType() call?