class Heremaps::Routing::Calculate

Constants

PATH
SERVICE

route.ls.hereapi.com/routing/7.2/calculateroute.json

Public Class Methods

new() click to toggle source
# File lib/heremaps/resources/routing/calculate.rb, line 8
def initialize
  @service = SERVICE
  @path = PATH
  @method_name = "calculateroute".freeze # getroute as default method.
end