Пример #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="DemographicsAdvancedRequest" /> class.
 /// </summary>
 /// <param name="preferences">preferences.</param>
 /// <param name="geometry">geometry.</param>
 /// <param name="geometryAsText">geometryAsText.</param>
 public DemographicsAdvancedRequest(DemographicsAdvancedPreferences preferences = default(DemographicsAdvancedPreferences), DemographicsGeometry geometry = default(DemographicsGeometry), string geometryAsText = default(string))
 {
     this.Preferences    = preferences;
     this.Geometry       = geometry;
     this.GeometryAsText = geometryAsText;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="Boundary" /> class.
 /// </summary>
 /// <param name="boundaryId">boundaryId.</param>
 /// <param name="boundaryType">boundaryType.</param>
 /// <param name="boundaryRef">boundaryRef.</param>
 /// <param name="geometry">geometry.</param>
 /// <param name="url">url.</param>
 public Boundary(string boundaryId = default(string), string boundaryType = default(string), string boundaryRef = default(string), DemographicsGeometry geometry = default(DemographicsGeometry), string url = default(string))
 {
     this.BoundaryId   = boundaryId;
     this.BoundaryType = boundaryType;
     this.BoundaryRef  = boundaryRef;
     this.Geometry     = geometry;
     this.Url          = url;
 }