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>
|
| (nonnull instancetype) | + new |
| |
| ((unavailable("Only subclasses can be instantiated.") | + __attribute__ |
| |
|
| SYGeoCoordinate * | location |
| | Geographical coordinate associated with the warning. More...
|
| |
| SYRouteWarningType | type |
| | Type of this warning object. Depending on this value, you can cast the object to a specific subclass. More...
|
| |
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.
◆ initWithLocation:
| - (nonnull instancetype) initWithLocation: |
|
(nonnull SYGeoCoordinate *) |
location |
|
Initialize warning object.
- Parameters
-
| location | Geographical 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: