Show / Hide Table of Contents

Class PrimitiveGroup

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

Constructors

PrimitiveGroup()

Declaration
public PrimitiveGroup()

Properties

changesets

Declaration
public List<ChangeSet> changesets { get; }
Property Value
System.Collections.Generic.List<ChangeSet>

dense

Declaration
public DenseNodes dense { get; set; }
Property Value
DenseNodes

nodes

Declaration
public List<Node> nodes { get; }
Property Value
System.Collections.Generic.List<Node>

relations

Declaration
public List<Relation> relations { get; }
Property Value
System.Collections.Generic.List<Relation>

ways

Declaration
public List<Way> ways { get; }
Property Value
System.Collections.Generic.List<Way>

Back to top Built by Itinero, MIT licensed.