CSharpShellApp icon indicating copy to clipboard operation
CSharpShellApp copied to clipboard

Net maui Map question

Open sedoLevi609 opened this issue 8 months ago • 1 comments

@radimitrov There is any way to use net maui Map with your app or can you make it usable please?(https://learn.microsoft.com/en-us/dotnet/maui/user-interface/controls/map?view=net-maui-8.0) I need: <application android:allowBackup="true" android:icon="@mipmap/appicon" android:roundIcon="@mipmap/appicon_round" android:supportsRtl="true"> <meta-data android:name="com.google.android.geo.API_KEY" android:value="PASTE-YOUR-API-KEY-HERE" /> </application> Also need this inside application tag: <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />

sedoLevi609 avatar Jul 01 '24 13:07 sedoLevi609