SpeedLimitResult constructor

SpeedLimitResult({
  1. double? speed,
  2. double? distM,
  3. LatLng? input,
  4. int? ogcFid,
  5. bool? debugCached,
  6. Map<String, dynamic>? raw,
})

Implementation

SpeedLimitResult({
  this.speed,
  this.distM,
  this.input,
  this.ogcFid,
  this.debugCached,
  this.raw,
});