Results 2 issues of alan leslie

in step 2 in 'Integrate the API key with the Android Studio project' I think that the API_KEY should be set in src/main/res/values/api_key.xml rather than in the manifest. This file...

I cannot, for the life of me, get the line: clusterManager.markerCollection.setInfoWindowAdapter(MarkerInfoWindowAdapter(this)) to compile. However if I comment it out and leave the setInfoWindowAdapter in the OnCreate: googleMap.setInfoWindowAdapter(MarkerInfoWindowAdapter(this)) things look to...