struct Neo4j::LatLng

Defined in:

neo4j/type.cr

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from class Object

to_bolt_params : Neo4j::Value to_bolt_params

Constructor Detail

def self.new(latitude : Float64, longitude : Float64, type : Int16 = 4326_i16) #

[View source]

Class Method Detail

def self.from_bolt(io) #

[View source]

Instance Method Detail

def latitude : Float64 #

[View source]
def longitude : Float64 #

[View source]
def type : Int16 #

[View source]