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

Builder
Link copied to clipboard
class Builder
Build a new AlertServiceOptions.

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Indicates whether some other object is "equal to" this one.
hashCode
Link copied to clipboard
open override fun hashCode(): Int
Returns a hash code value for the object.
toBuilder
Link copied to clipboard
fun toBuilder(): AlertServiceOptions.Builder
Get a builder to customize a subset of current options.
toString
Link copied to clipboard
open override fun toString(): String
Returns a string representation of the object.

Properties

collectBridges
Link copied to clipboard
val collectBridges: Boolean
whether Bridges should be collected
collectRestrictedAreas
Link copied to clipboard
val collectRestrictedAreas: Boolean
whether Restricted Areas should be collected
collectTunnels
Link copied to clipboard
val collectTunnels: Boolean
whether Tunnels should be collected