class GeoJSON::Coordinates
- GeoJSON::Coordinates
- Reference
- Object
Defined in:
geojson/coordinates.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. - #altitude
- #coordinates : Array(Float64)
-
#hash(hasher)
See
Object#hash(hasher)
- #latitude
- #longitude
- #to_json(*args, **options)
- #to_json(*args, **options, &)
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.