Aydsko iRacing Data API
Show / Hide Table of Contents

Class MapLayers

Inheritance
object
MapLayers
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Aydsko.iRacingData.Tracks
Assembly: Aydsko.iRacingData.dll
Syntax
public class MapLayers

Properties

Active

Declaration
[JsonPropertyName("active")]
public string Active { get; set; }
Property Value
Type Description
string

Background

Declaration
[JsonPropertyName("background")]
public string Background { get; set; }
Property Value
Type Description
string

Inactive

Declaration
[JsonPropertyName("inactive")]
public string Inactive { get; set; }
Property Value
Type Description
string

PitRoad

Declaration
[JsonPropertyName("pitroad")]
public string PitRoad { get; set; }
Property Value
Type Description
string

StartFinish

Declaration
[JsonPropertyName("start-finish")]
public string StartFinish { get; set; }
Property Value
Type Description
string

Turns

Declaration
[JsonPropertyName("turns")]
public string Turns { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX