SYRouteWarningEVPreferenceViolation Class Reference

Contains details for the warning when EV preferences have been violated on specific charging station. Location property contains geographical coordinate where the charging station is located. More...

#import <SYRouteWarning.h>

Inheritance diagram for SYRouteWarningEVPreferenceViolation:
Collaboration diagram for SYRouteWarningEVPreferenceViolation:

Instance Methods

(nonnull instancetype) - initWithLocation:
 Initialize warning object. More...
 
(nonnull instancetype) - init
 
- Instance Methods inherited from SYRouteWarning
((unavailable("Only subclasses can be instantiated.") - __attribute__
 

Class Methods

(nonnull instancetype) + new
 
- Class Methods inherited from SYRouteWarning
((unavailable("Only subclasses can be instantiated.") + __attribute__
 

Additional Inherited Members

- Properties inherited from SYRouteWarningWithLocation
SYGeoCoordinatelocation
 Geographical coordinate associated with the warning. More...
 
- Properties inherited from SYRouteWarning
SYRouteWarningType type
 Type of this warning object. Depending on this value, you can cast the object to a specific subclass. More...
 

Detailed Description

Contains details for the warning when EV preferences have been violated on specific charging station. Location property contains geographical coordinate where the charging station is located.

Method Documentation

◆ initWithLocation:

- (nonnull instancetype) initWithLocation: (nonnull SYGeoCoordinate *)  location

Initialize warning object.

Parameters
locationGeographical coordinate where the charging station is located.

◆ init

- (nonnull instancetype) init

◆ new

+ (nonnull instancetype) new

The documentation for this class was generated from the following file: