StoreDetectionOptions

Store Detection Options

Types

Link copied to clipboard
class Builder

Builder

Functions

Link copied to clipboard
fun copy(enabled: Boolean, unitOfDistance: Units?, radius: Double?): StoreDetectionOptions

Copy

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
@get:JvmName(name = "enabled")
val enabled: Boolean

set whether to perform store detections

Link copied to clipboard
@get:JvmName(name = "radius")
val radius: Double?

if store detection is enabled, set radius within to perform store detection

Link copied to clipboard
@get:JvmName(name = "unitOfDistance")
val units: Units?

if store detection is enabled, set units of distance used with radius to perform store detection