QueryTrackLatestPointOption constructor

QueryTrackLatestPointOption(
  1. {@required int tag,
  2. @required int serviceId,
  3. @required String entityName,
  4. QueryTrackProcessOption processOption,
  5. CoordType outputCoordType: CoordType.BD09LL}
)

有参构造

Implementation

QueryTrackLatestPointOption(
    {@required int tag,
    @required int serviceId,
    @required this.entityName,
    this.processOption,
    this.outputCoordType: CoordType.BD09LL})
    : super(tag: tag, serviceId: serviceId);