struct
Redis::Graph::Point
- Redis::Graph::Point
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
graph/point.crConstructors
- .new(latitude : Float64, longitude : Float64)
- .new(pull : ::JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : ::JSON::PullParser)
Class Method Summary
- .from_redis_graph_value(type : Redis::Graph::ValueType, value, cache)
- .matches_redis_graph_type?(type : Redis::Graph::ValueType) : Bool