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:

Instance Methods

(instancetype) - initWithSDKWaypoint: [implementation]
 
(Sygic::Router::ChargingWaypointPtr) - sdkWaypoint [implementation]
 
- Instance Methods inherited from SYWaypoint
(nonnull instancetype) - initWithPosition:type:name:
 Initializes a SYWaypoint instance with specified geocoordinates and type. More...
 
(instancetype) - initWithSDKWaypoint:
 

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...
 
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...
 

Detailed Description

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

Method Documentation

◆ initWithSDKWaypoint:()

- (instancetype) initWithSDKWaypoint: (Sygic::Router::ChargingWaypointPtr)  waypoint
implementation

◆ sdkWaypoint()

- Router:
implementation

Implements SYWaypoint.

Property Documentation

◆ alternatives

- (NSArray<SYPlaceLink*>*) alternatives
readnonatomicassign

Alternative charging stations accessiable from specific charging point on route.

◆ link

- (SYPlaceLink*) link
readnonatomicassign

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


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