Class: Nominatim::Polygon
- Inherits:
-
Object
- Object
- Nominatim::Polygon
- Defined in:
- lib/nominatim/polygon.rb
Instance Attribute Summary collapse
-
#coordinates ⇒ Object
readonly
Returns the value of attribute coordinates.
Instance Method Summary collapse
-
#initialize(coordinates) ⇒ Polygon
constructor
A new instance of Polygon.
Constructor Details
Instance Attribute Details
#coordinates ⇒ Object (readonly)
Returns the value of attribute coordinates.
3 4 5 |
# File 'lib/nominatim/polygon.rb', line 3 def coordinates @coordinates end |