struct Redis::FullText::GeoFilter

Defined in:

search.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(field : String, longitude : Float64, latitude : Float64, radius : Int64 | Float64, unit : GeoUnit) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(field _field = @field, longitude _longitude = @longitude, latitude _latitude = @latitude, radius _radius = @radius, unit _unit = @unit) #

[View source]
def field : String #

def latitude : Float64 #

def longitude : Float64 #

def radius : Int64 | Float64 #

def unit : GeoUnit #