Skip to content

rherlt/XamarinLovesAzure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

XamarinLovesAzure

Todos to run the application:

Some platforms need an Maps API key to display the map within the application.

iOS

You are lucky, you don't need to do anything. Have fun!

Android

Open the file DropItCode/src/DropIt.Mobile.Droid/Properties/AndroidManifest.xml. Insert your Google Maps API Key:

<meta-data android:name="com.google.android.geo.API_KEY" android:value="INSERT_MAPS_API_KEY_HERE" />

Windows UWP

Open the file /DropItCode/src/DropIt.Mobile.Uwp/App.xaml.cs. Insert your Bing Maps API Key:

 FormsMaps.Init("INSERT_MAPS_API_KEY_HERE");

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages