Class TrackCoordinates
- Namespace
- Sportradar.LiveData.Sdk.FeedProviders.LiveScout.Types
- Assembly
- Sportradar.LiveData.Sdk.dll
[Serializable]
public class TrackCoordinates
- Inheritance
-
TrackCoordinates
- Inherited Members
Properties
X
public double? X { get; }
Property Value
Y
public double? Y { get; }
Property Value
Z
public double? Z { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.