ru.dgis.sdk.directory.Borders | Android SDK | 2GIS Documentation

Borders

Borders(
	snapping: Double?,
	isLg: Boolean,
	value: String,
	min: Double,
	max: Double,
	currentMin: Double? = null,
	currentMax: Double? = null
)
Parameters
snapping
isLg
value
min
max
currentMin
currentMax
Returns
Properties

Sets the pull to a value that is a multiple of this number.

Indication of using a logarithmic scale.

Value by which the filtering occurs.

Lower bound of the set of values.

Upper bound of the set of values.

Currently set minimum value.

Currently set maximum value.