struct Neo4j::LatLng

Defined in:

neo4j/type.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def latitude : Float64 #

[View source]
def longitude : Float64 #

[View source]
def type : Int16 #

[View source]