trackingTransportSpecification property
Defines the transport specification for the Navigator, when no route is present. Properly setting the transport specification optimizes the navigation experience, and improves resource consumption. An TransportSpecification must have the TransportSpecification.transportMode set. A transport specification can have several parameters defined such as VehicleSpecification.lengthInCentimeters defined in TransportSpecification.vehicleSpecification to set the source of information describing the vehicle. By default the TransportSpecification will have the transport mode set to TransportMode.car.
Currently used members of TransportSpecification
- TransportSpecification.transportMode: Sets the transport mode.
- From TransportSpecification.vehicleSpecification:
- VehicleSpecification.grossWeightInKilograms: Required for truck related speed information.
- VehicleSpecification.heightInCentimeters: Required for truck related speed information.
- VehicleSpecification.widthInCentimeters: Additional truck definition for more specific truck speed information.
- VehicleSpecification.lengthInCentimeters: Additional truck definition for more specific truck speed information. Gets the transport specification for the Navigator, when no route is present.
Implementation
TransportSpecification? get trackingTransportSpecification;
Defines the transport specification for the Navigator, when no route is present. Properly setting the transport specification optimizes the navigation experience, and improves resource consumption. An TransportSpecification must have the TransportSpecification.transportMode set. A transport specification can have several parameters defined such as VehicleSpecification.lengthInCentimeters defined in TransportSpecification.vehicleSpecification to set the source of information describing the vehicle. By default the TransportSpecification will have the transport mode set to TransportMode.car.
Currently used members of TransportSpecification
- TransportSpecification.transportMode: Sets the transport mode.
- From TransportSpecification.vehicleSpecification:
- VehicleSpecification.grossWeightInKilograms: Required for truck related speed information.
- VehicleSpecification.heightInCentimeters: Required for truck related speed information.
- VehicleSpecification.widthInCentimeters: Additional truck definition for more specific truck speed information.
- VehicleSpecification.lengthInCentimeters: Additional truck definition for more specific truck speed information. Sets the transport specification for the Navigator, when no route is present.
Implementation
set trackingTransportSpecification(TransportSpecification? value);