platypush.plugins.google.maps
¶
-
class
platypush.plugins.google.maps.
GoogleMapsPlugin
(api_key, *args, **kwargs)[source]¶ Plugins that provides utilities to interact with Google Maps API services.
-
__init__
(api_key, *args, **kwargs)[source]¶ - Parameters
api_key (str) – Server-side API key to be used for the requests, get one at https://console.developers.google.com
-