Where do we enter our Google Maps api key?
Google Maps api key
Hi Jmarshall,
googleOverlay.JavaScriptLibraryUri = new Uri("http://maps.google.com/maps/api/js?sensor=false&key=" + GoogleKey);
Please refer this topic: GoogleMap Overlay licence
It contains a sample about it.
Regards,
Ethan