Class: TravelTimeAPI::TimeMapResult
- Inherits:
-
Struct
- Object
- Struct
- TravelTimeAPI::TimeMapResult
- 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
-
#accuracy ⇒ Object
Returns the value of attribute accuracy.
-
#shape ⇒ Object
Returns the value of attribute shape.
Instance Attribute Details
#accuracy ⇒ Object
Returns the value of attribute accuracy
74 75 76 |
# File 'lib/traveltime_api.rb', line 74 def accuracy @accuracy end |
#shape ⇒ Object
Returns the value of attribute shape
74 75 76 |
# File 'lib/traveltime_api.rb', line 74 def shape @shape end |