Function: useGoogleMaps()
useGoogleMaps():
object
Returns the status of the Google Maps API and the google object which provides access to the Google Maps API.
Returns
object
An object containing the API status and the google object.
google
google:
object
|object
googleMaps
googleMaps:
null
| typeofmaps
=google.maps
Deprecated
Use google.maps instead.
isReady
isReady:
boolean
status
status:
"loading"
|"idle"
|"ready"
|"error"