module Malkist
Module malkist is a module for Google Maps Service APIs wrapper. It will wrap the response into a deliverable object.
Constants
- VERSION
Public Class Methods
calculate_distance(origins, destinations)
click to toggle source
# File lib/malkist.rb, line 7 def self.calculate_distance(origins, destinations) distance = Distances.new(origins, destinations) distance.calculate_distance end