ArcGIS Runtime SDK for iOS
100.15
|
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.
Properties | |
NSDate * | estimatedArrivalTime |
double | estimatedArrivalTimeShift |
NSArray< NSString * > * | eventMessages |
NSString * | eventText |
AGSPoint * | geometry |
|
readnonatomicstrong |
Estimated time of arrival at the event location in the current locale of the device.
|
readnonatomicassign |
Time zone shift in minutes (based on the event location) for the estimated arrival time.
|
readnonatomiccopy |
Informational messages about this event
|
readnonatomiccopy |
Text describing the event
|
readnonatomicstrong |
Location of the event