#import <SYLocationExplorer.h>
◆ exploreChargingStationsAtLocation:withProfile:withOptions:withCompletion:()
Explore charging stations aroud location compatible with ev profile.
- Parameters
-
| position | explore this location |
| profile | Electric vehicle profile |
| options | routing options used to calculate path to stations |
| completion | with progress of exploration and data already analyzed |
◆ exploreChargingStationsAtLocation:withProfile:withRoute:withCompletion:()
| + (nonnull SYTask*) exploreChargingStationsAtLocation: |
|
(nonnull SYGeoCoordinate *) |
position |
| withProfile: |
|
(nonnull SYEVProfile *) |
profile |
| withRoute: |
|
(nonnull SYRoute *) |
route |
| withCompletion: |
|
(nonnull void(^)(NSArray< SYChargingStationInfo * > *_Nullable stations, NSError *_Nullable error)) |
completion |
|
|
| |
Explore charging stations aroud location compatible with ev profile.
- Parameters
-
| position | explore this location |
| profile | Electric vehicle profile |
| route | results will be optimized to effectivelly reach destination |
| completion | with progress of exploration and data already analyzed |
The documentation for this class was generated from the following file: