GeoJSON::Coordinates
A Coordinates is a position in longitude, latitude, and (optionally)
altitude.
This class corresponds to the GeoJSON Position.
Constructors
Creates a new Coordinates with the given longitude, latitude and altitude.
Instance methods
==(other : self)
Returns true if this reference is the same as other. Invokes same?.
[](*args, **options)
Source[](*args, **options, &)
Sourcealtitude
Gets this Coordinates' altitude.
Technically, this positional value is meant to be the height in meters above the WGS84 ellipsoid.
coordinates
Sourcehash(hasher)
See Object#hash(hasher)
to_json(*args, **options)
Sourceto_json(*args, **options, &)
Source