SYRouteWarningInsufficientBatteryCharge Class Reference

Contains details for the warning when battery charge level is not enough to reach the destination. Location property contains geographical coordinate where the battery is predicted to be completely discharged. More...

#import <SYRouteWarning.h>

Inheritance diagram for SYRouteWarningInsufficientBatteryCharge:
Collaboration diagram for SYRouteWarningInsufficientBatteryCharge:

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 battery charge level is not enough to reach the destination. Location property contains geographical coordinate where the battery is predicted to be completely discharged.

Method Documentation

◆ initWithLocation:

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

Initialize warning object.

Parameters
locationGeographical coordinate where the battery is predicted to be completely discharged.

◆ init

- (nonnull instancetype) init

◆ new

+ (nonnull instancetype) new

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