Class: Geoloco::Geometry
- Inherits:
-
Struct
- Object
- Struct
- Geoloco::Geometry
- Defined in:
- lib/geoloco/geometry.rb
Overview
Geometry data
Instance Attribute Summary collapse
-
#lat ⇒ Float
latitude.
-
#lng ⇒ Float
longitude.
Instance Attribute Details
#lat ⇒ Float
latitude
8 9 10 |
# File 'lib/geoloco/geometry.rb', line 8 def lat @lat end |
#lng ⇒ Float
longitude
8 9 10 |
# File 'lib/geoloco/geometry.rb', line 8 def lng @lng end |