struct
LavinMQ::AMQP::GISFilter::Point
- LavinMQ::AMQP::GISFilter::Point
- Struct
- Value
- Object
Overview
Represents a geographical point with latitude and longitude in decimal degrees
Defined in:
lavinmq/amqp/stream/filters/gis.crConstructors
Class Method Summary
Instance Method Summary
- #distance_to(other : Point) : Float64
- #lat : Float64
- #lon : Float64
-
#to_s(io : IO)
Same as
#inspect(io).