Companion

Properties

Link copied to clipboard
const val MAX_CHARACTER_LENGTH: Int = 255

The maximum length for any region event string.

Link copied to clipboard
const val MAX_LATITUDE: Double = 90.0

The maximum latitude for a region in degrees.

Link copied to clipboard
const val MAX_LONGITUDE: Double = 180.0

The maximum longitude for a region in degrees.

Link copied to clipboard
const val MIN_LATITUDE: Double

The minimum latitude for a region in degrees.

Link copied to clipboard

The minimum longitude for a region in degrees.

Link copied to clipboard
const val REGION_ID: String

The region ID key.

Functions

Link copied to clipboard

Builder factory method.

Link copied to clipboard

Validates region event character count.

Link copied to clipboard

Validates region event latitude.

Link copied to clipboard

Validates region event longitude.