struct Redis::Commands::GeoCoordinate
- Redis::Commands::GeoCoordinate
- Struct
- Value
- Object
Defined in:
redis/commands.crConstructors
Instance Method Summary
- #clone
- #copy_with(longitude _longitude = @longitude, latitude _latitude = @latitude)
- #latitude : Float64 | String | Int32
- #longitude : Float64 | String | Int32
Constructor Detail
def self.new(longitude : Float64 | String | Int32, latitude : Float64 | String | Int32)
#