/// <summary> /// Creates a new instance having no properties and an empty geometry. /// </summary> public ReferenceRecord() { Properties = new Dictionary<string, string>(); Geometry = new PointGeometry(); }
/// <summary> /// Creates a new instance having no properties and an empty geometry. /// </summary> public ReferenceRecord() { Properties = new Dictionary <string, string>(); Geometry = new PointGeometry(); }