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
collectMergingAreas  
whether Merging Areas should be collected
collectServiceAreas  
whether Service Areas should be collected
Types
Link copied to clipboard
                  class Builder
Build a new AlertServiceOptions.