Show / Hide Table of Contents

Class DenseNodes

Inheritance
System.Object
DenseNodes
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class DenseNodes : ProtoBuf.IExtensible

Constructors

DenseNodes()

Declaration
public DenseNodes()

Properties

denseinfo

Declaration
public DenseInfo denseinfo { get; set; }
Property Value
DenseInfo

id

Declaration
public List<long> id { get; }
Property Value
System.Collections.Generic.List<System.Int64>

keys_vals

Declaration
public List<int> keys_vals { get; }
Property Value
System.Collections.Generic.List<System.Int32>

lat

Declaration
public List<long> lat { get; }
Property Value
System.Collections.Generic.List<System.Int64>

lon

Declaration
public List<long> lon { get; }
Property Value
System.Collections.Generic.List<System.Int64>

Back to top Built by Itinero, MIT licensed.