positionType property

  1. @TagNumber(2)
PositionType get positionType

If supplied, the response will return the specified position type. If the driver does not implement the requested type, this call will return an error. If position type is not specified, the response will return a default according to the driver.

Implementation

@$pb.TagNumber(2)
PositionType get positionType => $_getN(1);
  1. @TagNumber(2)
set positionType (PositionType v)

Implementation

@$pb.TagNumber(2)
set positionType(PositionType v) { setField(2, v); }