Click or drag to resize

MatchHeaderPosition Property

Ball position will be sent as x yards to go till opponent’s end zone for the team in possession. Number in range [1,100]; e.g. own x will be sent as “100 – x" while opposite x will be sent as “x"

Namespace: Sportradar.SDK.FeedProviders.LiveOdds.LiveOdds
Assembly: LiveOddsFeedProvider (in LiveOddsFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
public int? Position { get; }

Property Value

NullableInt32
Remarks
-1 = undefined; will not be updated during overtime (set to -1)
See Also