VehiclePosition class
Constructors
- VehiclePosition()
-
factory
-
VehiclePosition.fromBuffer(List<
int> i, [dynamic r = $pb.ExtensionRegistry.EMPTY]) -
factory
- VehiclePosition.fromJson(String i, [dynamic r = $pb.ExtensionRegistry.EMPTY])
-
factory
Properties
- congestionLevel ↔ VehiclePosition_CongestionLevel
-
@$pb.TagNumber(6), read / write
- currentStatus ↔ VehiclePosition_VehicleStopStatus
-
@$pb.TagNumber(4), read / write
- currentStopSequence ↔ int
-
@$pb.TagNumber(3), read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- info_ → dynamic
-
read-only
- occupancyStatus ↔ VehiclePosition_OccupancyStatus
-
@$pb.TagNumber(9), read / write
- position ↔ Position
-
@$pb.TagNumber(2), read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- stopId ↔ String
-
@$pb.TagNumber(7), read / write
- timestamp ↔ dynamic
-
@$pb.TagNumber(5), read / write
- trip ↔ TripDescriptor
-
@$pb.TagNumber(1), read / write
- vehicle ↔ VehicleDescriptor
-
@$pb.TagNumber(8), read / write
Methods
-
clearCongestionLevel(
) → void -
@$pb.TagNumber(6)
-
clearCurrentStatus(
) → void -
@$pb.TagNumber(4)
-
clearCurrentStopSequence(
) → void -
@$pb.TagNumber(3)
-
clearOccupancyStatus(
) → void -
@$pb.TagNumber(9)
-
clearPosition(
) → void -
@$pb.TagNumber(2)
-
clearStopId(
) → void -
@$pb.TagNumber(7)
-
clearTimestamp(
) → void -
@$pb.TagNumber(5)
-
clearTrip(
) → void -
@$pb.TagNumber(1)
-
clearVehicle(
) → void -
@$pb.TagNumber(8)
-
clone(
) → VehiclePosition -
copyWith(
void updates(VehiclePosition)) → VehiclePosition -
createEmptyInstance(
) → VehiclePosition -
ensurePosition(
) → Position -
@$pb.TagNumber(2)
-
ensureTrip(
) → TripDescriptor -
@$pb.TagNumber(1)
-
ensureVehicle(
) → VehicleDescriptor -
@$pb.TagNumber(8)
-
hasCongestionLevel(
) → bool -
@$pb.TagNumber(6)
-
hasCurrentStatus(
) → bool -
@$pb.TagNumber(4)
-
hasCurrentStopSequence(
) → bool -
@$pb.TagNumber(3)
-
hasOccupancyStatus(
) → bool -
@$pb.TagNumber(9)
-
hasPosition(
) → bool -
@$pb.TagNumber(2)
-
hasStopId(
) → bool -
@$pb.TagNumber(7)
-
hasTimestamp(
) → bool -
@$pb.TagNumber(5)
-
hasTrip(
) → bool -
@$pb.TagNumber(1)
-
hasVehicle(
) → bool -
@$pb.TagNumber(8)
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited
Static Methods
-
create(
) → VehiclePosition -
createRepeated(
) → dynamic -
getDefault(
) → VehiclePosition