Hi, I am trying to build the osmdroid example provided on GitHub: https://github.com/xamarin/monodroid-samples/tree/master/OsmDroidBindingExample.
Visual Studio 2010 throws the following errors: - Error 122 The type or namespace name 'MapView' could not be found (are you missing a using directive or an assembly reference?) OsmDroidBindingExample\OSMDroidTest\MainActivity.cs 16 17 OSMDroidTest - Error 123 The type or namespace name 'MapView' could not be found (are you missing a using directive or an assembly reference?) OsmDroidBindingExample\OSMDroidTest\MainActivity.cs 25 37 OSMDroidTest - Error 124 The name 'TileSourceFactory' does not exist in the current context OsmDroidBindingExample\OSMDroidTest\MainActivity.cs 26 36 OSMDroidTest - Error 125 The type or namespace name 'GeoPoint' could not be found (are you missing a using directive or an assembly reference?) OsmDroidBindingExample\OSMDroidTest\MainActivity.cs 32 35 OSMDroidTest Xamarin version is 4.12.3.3 What am I missing here? Regards Christian
_______________________________________________ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid