module GoogleMapsAPI

Constants

VERSION

Public Class Methods

directions(*args) click to toggle source
# File lib/google_maps_api.rb, line 6
def self.directions(*args)
  Directions.route(*args)
end
distance_matrix(*args) click to toggle source
# File lib/google_maps_api.rb, line 10
def self.distance_matrix(*args)
  DistanceMatrix.calculate(*args)
end