Skip to content

NFleet SDK 2.12

Latest

Choose a tag to compare

@marsojm marsojm released this 22 Jul 09:35
· 1 commit to master since this release

Added: DepotData
Added: DepotDataSet
Added: DepotUpdateRequest
Added: DepotSetImportRequest

Added: DataState field to RoutingProblemData. When doing an import the geocoding happens after the apply-import is called. DataState tells when the geocoding is finished. While doing geocoding state is "Pending" and when it is finished the state is "Ready"

Added: Geometry field in RouteEventData. Contains a list of floats that reflect the path from the previous point. Can be used to draw the route.

Added: CSVWriter to help with visualization of the plans. The written csv files can be uploaded to NFleet App.

Added: Possibility to update many tasks at once. This supports the following operations: setting incompatibilities, compatibilities and priorities.

Added: Support for accessing NFleet App from the SDK. Examples can be found from ConsoleAppLoginExample and ConsoleAppUserCreationExample

Removed: All of the id-fields from update requests. They are not needed as all of the ids come from the meta links.

Changed: The Items list in PlanData now contains VehicleRouteData type not FieldsItem. The contents of these to classes are the same so porting should be really easy. But this causes code not to compile.