Class: TravelTimeAPI::TimeMapResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/traveltime_api.rb

Overview

Result of #time_map method.

Cluster, Cluster, …], where Cluster is [[lat, lon], [lat, lon], …

from approximate to exact accuracy.

Instance Attribute Summary collapse

Instance Attribute Details

#accuracyObject

Returns the value of attribute accuracy

Returns:

  • (Object)

    the current value of accuracy



74
75
76
# File 'lib/traveltime_api.rb', line 74

def accuracy
  @accuracy
end

#shapeObject

Returns the value of attribute shape

Returns:

  • (Object)

    the current value of shape



74
75
76
# File 'lib/traveltime_api.rb', line 74

def shape
  @shape
end