Code snippets for Google Maps
Created a private function so I don't need to write very long and verbose syntax just to show a Toast. private fun oToast(text: String) {...
I've started developing a map application using the Google Map for Android SDK, so I figured it would be a good idea to set up a location where I can collect bite-sized kotlin code that I've found useful in my journey.