AlertServiceOptions

class AlertServiceOptions

Alerts service extracts information from the road graph and helps track it through eHorizon. AlertServiceOptions control how Navigation SDK extracts road objects from the road graph and which objects are collected. Some objects may take significant effort to extract and thus there's an option to disable collection of some of the types.

Parameters

collectTunnels

whether Tunnels should be collected

collectBridges

whether Bridges should be collected

collectRestrictedAreas

whether Restricted Areas should be collected

Types

Link copied to clipboard
class Builder

Build a new AlertServiceOptions.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Indicates whether some other object is "equal to" this one.

Link copied to clipboard
open override fun hashCode(): Int

Returns a hash code value for the object.

Link copied to clipboard
fun toBuilder(): AlertServiceOptions.Builder

Get a builder to customize a subset of current options.

Link copied to clipboard
open override fun toString(): String

Returns a string representation of the object.

Properties

Link copied to clipboard
val collectBridges: Boolean
Link copied to clipboard
val collectRestrictedAreas: Boolean
Link copied to clipboard
val collectTunnels: Boolean