Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
neo4j
v0.3.1
Neo4j
Bolt
Connection
Commands
Transaction
Exception
Failure
Ignored
LatLng
NestedTransactionError
Node
PackStream
Error
Lexer
Packer
Token
Type
Unpacker
StructureTypes
UnpackException
Path
Point2D
Point3D
QueryException
Relationship
Result
RollbackException
Row
StreamingResult
StreamingResultSet
Iterator
Success
Type
UnboundRelationship
UnknownResult
Built with Crystal 1.9.2
2023-10-08 01:38:27 UTC
struct
Neo4j::LatLng
Neo4j::LatLng
Struct
Value
Object
Defined in:
neo4j/type.cr
Constructors
.new
(latitude : Float64, longitude : Float64, type : Int16 =
4326_i16
)
Instance Method Summary
#latitude
: Float64
#longitude
: Float64
#type
: Int16
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
]