SYChargingWaypoint Class Reference

SYChargingWaypoint define an ev route's charging station added to route by computeEVRoute method. More...

#import <SYRoutingWaypoint.h>

Inheritance diagram for SYChargingWaypoint:
Collaboration diagram for SYChargingWaypoint:

Properties

SYPlaceLinklink
 Link to place which represents the best charging station accessiable from specific point on route. More...
 
NSArray< SYPlaceLink * > * alternatives
 Alternative charging stations accessiable from specific charging point on route. More...
 
- Properties inherited from SYWaypoint
SYGeoCoordinateoriginalPosition
 Position for flag/pin. The original position is required for a route calculation. By default, this is set to be the same as the geocoordinates provided during construction of this SYWaypoint. More...
 
SYGeoCoordinatenavigablePosition
 Represents the suggested navigable position of the SYWaypoint - typically the coordinates on the road closest to the original position - to be used in a route calculation. Working together with the navigable position, the original position is used by the Sygic SDK for determining the side of street during arrival, and to let the calculated route approach the correct side of street, especially when there there is a physical or logical lane divider on the road. More...
 
SYGeoCoordinateselectedPosition
 Represents the selected accessible position of the SYWaypoint. This is nil before route calculation. This is only available after route calculation. More...
 
NSArray< SYGeoCoordinate * > * mappedPositions
 Represents list of accessible positions of the SYWaypoint. This is nil before route calculation. This is only available after route calculation. More...
 
SYWaypointType type
 Determines the waypoint type. More...
 
SYWaypointStatus status
 Determines if waypoint is reached or not. More...
 
NSString * name
 Waypoint's name. More...
 
SYDistance distanceFromStart
 Distance from route start. More...
 
NSUInteger delay
 Delay in seconds. More...
 

Additional Inherited Members

- Instance Methods inherited from SYWaypoint
(nonnull instancetype) - initWithPosition:type:name:
 Initializes a SYWaypoint instance with specified geocoordinates and type. More...
 

Detailed Description

SYChargingWaypoint define an ev route's charging station added to route by computeEVRoute method.

Property Documentation

◆ link

- (SYPlaceLink*) link
readnonatomicassign

Link to place which represents the best charging station accessiable from specific point on route.

◆ alternatives

- (NSArray<SYPlaceLink*>*) alternatives
readnonatomicassign

Alternative charging stations accessiable from specific charging point on route.


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