fingerprint from signing .keystore • Get a Google Maps API key • Add API key to AndroidManifest.xml • Add permissions for INTERNET, ACCESS_NETWORK_STATE, and WRITE_EXTERNAL_STORAGE, etc. ref: h#ps://code.google.com/apis/console/ h#ps://developers.google.com/maps/documentaAon/android/start#obtain_a_google_maps_api_key
NSLocationWhenInUseUsageDescription and NSLocationAlwaysUsageDescription strings • Call RequestWhenInUseAuthorization() on startup Note: new requirements for iOS8+
to Info.plist for iOS8+ Android - Must include Google Maps API key in AndroidManifest.xml and include app permissions Windows Phone - Must add needed capabilities to WMAppManifest.xml Reference: h#p://developer.xamarin.com/guides/cross-‐pla>orm/xamarin-‐forms/working-‐with/maps/
h#p://blogs.msdn.com/b/bingdevcenter/archive/2013/10/15/clustering-‐pushpins-‐in-‐windows-‐store-‐apps.aspx Grouping large numbers of markers into group markers to avoid plotting thousands of items each draw call. Included in Google Maps Android API Utility Library. Create your own on other platforms.