ArcGIS Runtime SDK for iOS: AGSDirectionEvent Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSDirectionEvent Class Reference

Description

An event along an AGSDirectionManeuver.

Instances of this class represent an event along an AGSDirectionManeuver for a given AGSRoute. Events are notifications about things that happen along a route (e.g. crossing an administrative border, violating some restriction such as a toll road or when time zone changes) but do not require any action from the user.

Since
100
Inheritance diagram for AGSDirectionEvent:
AGSObject

Properties

NSDate * estimatedArrivalTime
 
double estimatedArrivalTimeShift
 
NSArray< NSString * > * eventMessages
 
NSString * eventText
 
AGSPointgeometry
 

Property Documentation

◆ estimatedArrivalTime

- (NSDate*) estimatedArrivalTime
readnonatomicstrong

Estimated time of arrival at the event location in the current locale of the device.

Since
100

◆ estimatedArrivalTimeShift

- (double) estimatedArrivalTimeShift
readnonatomicassign

Time zone shift in minutes (based on the event location) for the estimated arrival time.

Since
100

◆ eventMessages

- (NSArray<NSString*>*) eventMessages
readnonatomiccopy

Informational messages about this event

Since
100

◆ eventText

- (NSString*) eventText
readnonatomiccopy

Text describing the event

Since
100

◆ geometry

- (AGSPoint*) geometry
readnonatomicstrong

Location of the event

Since
100