Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
neo4j
v0.5.4
Neo4j
Bolt
Connection
Commands
Transaction
ConstraintValidationFailed
Duration
Exception
Failure
Ignored
IndexAlreadyExists
Integer
LatLng
List
Map
NestedTransactionError
Node
PackStream
Error
Lexer
Packer
Token
Type
Unpacker
StructureTypes
UnpackException
Path
Point2D
Point3D
PropertyMissing
QueryException
Relationship
Response
Result
RollbackException
StreamingResult
StreamingResultSet
Iterator
Success
TimeConverter
Type
UnboundRelationship
UnknownResult
UnknownType
UUIDConverter
Value
Time
Tuple
Built with Crystal 1.9.2
2023-10-08 01:37: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
)
Class Method Summary
.from_bolt
(io)
Instance Method Summary
#latitude
: Float64
#longitude
: Float64
#type
: Int16
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
]