class Heremaps::Routing::CalculateMatrix
Constants
- PATH
- SERVICE
Public Class Methods
new()
click to toggle source
# File lib/heremaps/resources/routing/calculate_matrix.rb, line 7 def initialize @service = SERVICE @path = PATH @method_name = "calculatematrix".freeze # getroute as default method. end