Table of Contents

Class CurrentPageItem

Namespace
KartaViewSharp.V1.Response.Resources.MyList
Assembly
KartaViewSharp.dll
public sealed class CurrentPageItem
Inheritance
CurrentPageItem
Inherited Members

Constructors

CurrentPageItem()

public CurrentPageItem()

Properties

AppVersion

[JsonPropertyName("app_version")]
public string AppVersion { get; set; }

Property Value

string

Changes

[JsonPropertyName("changes")]
[JsonConverter(typeof(StringAsNullableIntJsonConverter))]
public int? Changes { get; set; }

Property Value

int?

CountryCode

[JsonPropertyName("country_code")]
[JsonConverter(typeof(StringAsNullableCountryJsonConverter))]
public Country? CountryCode { get; set; }

Property Value

Country

CurrentLat

[JsonPropertyName("current_lat")]
[JsonConverter(typeof(StringAsNullableDoubleJsonConverter))]
public double? CurrentLat { get; set; }

Property Value

double?

CurrentLng

[JsonPropertyName("current_lng")]
[JsonConverter(typeof(StringAsNullableDoubleJsonConverter))]
public double? CurrentLng { get; set; }

Property Value

double?

CurrentLocation

[JsonIgnore]
public Coordinate? CurrentLocation { get; set; }

Property Value

Coordinate

DateAdded

[JsonPropertyName("date_added")]
[JsonConverter(typeof(StringAsDateTimeV1JsonConverter))]
public DateTime DateAdded { get; set; }

Property Value

DateTime

Distance

[JsonPropertyName("distance")]
[JsonConverter(typeof(StringAsNullableDoubleJsonConverter))]
public double? Distance { get; set; }

Property Value

double?

Id

[JsonPropertyName("id")]
[JsonConverter(typeof(StringAsIntJsonConverter))]
public int Id { get; set; }

Property Value

int

ImageProcessingStatus

[JsonPropertyName("image_processing_status")]
[JsonConverter(typeof(StringAsSequenceStatusJsonConverter))]
public SequenceStatus ImageProcessingStatus { get; set; }

Property Value

SequenceStatus

Location

[JsonPropertyName("location")]
public string Location { get; set; }

Property Value

string

MetaDataFilename

[JsonPropertyName("meta_data_filename")]
public string MetaDataFilename { get; set; }

Property Value

string

NorthWest

[JsonIgnore]
public Coordinate NorthWest { get; set; }

Property Value

Coordinate

NwLat

[JsonPropertyName("nw_lat")]
[JsonConverter(typeof(StringAsDoubleJsonConverter))]
public double NwLat { get; set; }

Property Value

double

NwLng

[JsonPropertyName("nw_lng")]
[JsonConverter(typeof(StringAsDoubleJsonConverter))]
public double NwLng { get; set; }

Property Value

double

ObdInfo

[JsonPropertyName("obd_info")]
[JsonConverter(typeof(StringAsNullableBoolJsonConverter))]
public bool? ObdInfo { get; set; }

Property Value

bool?

PhotoNo

[JsonPropertyName("photo_no")]
[JsonConverter(typeof(StringAsIntJsonConverter))]
public int PhotoNo { get; set; }

Property Value

int

PlatformName

[JsonPropertyName("platform_name")]
public string PlatformName { get; set; }

Property Value

string

PlatformVersion

[JsonPropertyName("platform_version")]
public string PlatformVersion { get; set; }

Property Value

string

Recognitions

[JsonPropertyName("recognitions")]
[JsonConverter(typeof(StringAsNullableIntJsonConverter))]
public int? Recognitions { get; set; }

Property Value

int?

Reviewed

[JsonPropertyName("reviewed")]
[JsonConverter(typeof(StringAsNullableIntJsonConverter))]
public int? Reviewed { get; set; }

Property Value

int?

SeLat

[JsonPropertyName("se_lat")]
[JsonConverter(typeof(StringAsDoubleJsonConverter))]
public double SeLat { get; set; }

Property Value

double

SeLng

[JsonPropertyName("se_lng")]
[JsonConverter(typeof(StringAsDoubleJsonConverter))]
public double SeLng { get; set; }

Property Value

double

SouthEast

[JsonIgnore]
public Coordinate SouthEast { get; set; }

Property Value

Coordinate

ThStrippedPath

[JsonPropertyName("th_stripped_path")]
public string ThStrippedPath { get; set; }

Property Value

string

ThumbName

[JsonPropertyName("thumb_name")]
public string ThumbName { get; set; }

Property Value

string

UploadHistory

[JsonPropertyName("upload_history")]
public UploadHistory UploadHistory { get; set; }

Property Value

UploadHistory

UserId

[JsonPropertyName("user_id")]
[JsonConverter(typeof(StringAsIntJsonConverter))]
public int UserId { get; set; }

Property Value

int