Hello, iam working with Mono for Android as a evaulation version. I try to use the MapView but all I see is a Mapview-Grid. I read that there is a api key i have to generate. i did it a few times but nothing works. a friend was testing it on his machine too. the same result.
Iam using Windows XP and an emulator with Google API 16. Iam using the same code as all other people: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent"> <Button android:text="Button" android:layout_width="fill_parent" android:layout_height="wrap_content" android:id="@+id/button1" /> <com.google.android.maps.MapView android:id="@+id/mapview1" android:layout_width="fill_parent" android:layout_height="fill_parent" android:enabled="true" android:clickable="true" android:apiKey="MY-KEY" /> </LinearLayout> -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/GoogleMaps-Only-a-grid-tp5711245.html Sent from the Mono for Android mailing list archive at Nabble.com. _______________________________________________ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid