Class DenseNodes
Inheritance
System.Object
    DenseNodes
  Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class DenseNodes : ProtoBuf.IExtensibleConstructors
DenseNodes()
Declaration
public DenseNodes()Properties
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> 
 |