struct Redis::Graph::Point

Included Modules

Defined in:

graph/point.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(latitude : Float64, longitude : Float64) #

[View source]
def self.new(pull : ::JSON::PullParser) #

[View source]

Class Method Detail

def self.from_redis_graph_value(type : Redis::Graph::ValueType, value, cache) #

[View source]
def self.matches_redis_graph_type?(type : Redis::Graph::ValueType) : Bool #

[View source]

Instance Method Detail

def latitude : Float64 #

[View source]
def longitude : Float64 #

[View source]