AroundPrecisionFromValueInner

algoliasearch.search.AroundPrecisionFromValueInner
case class AroundPrecisionFromValueInner(from: Option[Int], value: Option[Int])

Range object with lower and upper values in meters to define custom ranges.

Value parameters

from

Lower boundary of a range in meters. The Geo ranking criterion considers all records within the range to be equal.

value

Upper boundary of a range in meters. The Geo ranking criterion considers all records within the range to be equal.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product