struct Redis::Commands::GeoCoordinate

Defined in:

redis/commands.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(longitude : Float64 | String | Int32, latitude : Float64 | String | Int32) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(longitude _longitude = @longitude, latitude _latitude = @latitude) #

[View source]
def latitude : Float64 | String | Int32 #

def longitude : Float64 | String | Int32 #