I am well aware of how to check if the Google API has fully loaded.
I need to check whether the google API is still available at runtime. The scenario:
- Application is started with internet conncetion
 - Google API is loaded
 - Application loses internet connection (API still loaded)
 - Application tries to create a Google Map
 
At this point my application will crash. How can I check if the Google services are still reachable?