Hi,
in my Xamarin.Forms based project I could not add the actual Xamarin.Forms.Maps 2.0.x package. I have already added the Xamarin.GooglePlayServices.Maps package version 27.0.0.0.
In this case I could not compile the Android version, because the initialization code
global::Xamarin.FormsMaps.Init(this, bundle);
is not possible without the Xamarin.Forms.Maps DLL.
Any idea ? With the Xamarin.Forms.Maps version 1.5.2 I had no problems.
Thanx
Marco