Table of Contents

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

double?

Y

public double? Y { get; }

Property Value

double?

Z

public double? Z { get; }

Property Value

double?

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.