Ejemplo n.º 1
0
 def __init__(self, api_key):
     self.geocode = Geocode(api_key)
     self.distance_matrix = DistanceMatrix(api_key)