I am developing a Xamarin Google Maps application and have been using the following file as sample code to work with: https://github.com/xamarin/monodroid-samples/tree/master/MapsAndLocationDemo_v2
This sample uses MapFragment instead of SupportMapFragment and I am wanting to uses Google Maps with a ViewPager.
I am having trouble implementing the SupportMapFragment and am wondering if someone can point me in the correct direction to a sample that uses SupportMapFragment, a helpful tutorial or ideally some sample code that uses Google Maps with a ViewPager.
Thanks in advance