Exemplo n.º 1
0
 def __init__(self, name, apiKeys=None):
     AKeyBasedAPI.__init__(self, apiKeys)
     self._name = name
     self._isValid = True
Exemplo n.º 2
0
 def __init__(self):
     AKeyBasedAPI.__init__(self, self.API_KEYS)
     
     self._geocoder = Geocoder()