# `Sidereon.GNSS.Fusion.VelocityMatchingConfig`
[🔗](https://github.com/neilberkman/sidereon-ex/blob/main/lib/sidereon/gnss/fusion.ex#L314)

Endpoint velocity matching settings for one GNSS outage.

# `t`

```elixir
@type t() :: %Sidereon.GNSS.Fusion.VelocityMatchingConfig{
  max_outage_duration_s: number()
}
```

# `new`

```elixir
@spec new(number()) :: t()
```

Build velocity-matching settings.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
