private ResponseGeocodingGeoJsonFeature(string Type, ResponseGeocodingGeometry Geometry, ResponseGeocodingProperties Properties) { this.Type = Type; this.Geometry = Geometry; this.Properties = Properties; }
/// <summary> /// Sets value for ResponseGeocodingGeoJsonFeature.Properties property. /// </summary> /// <param name="value">Properties</param> public ResponseGeocodingGeoJsonFeatureBuilder Properties(ResponseGeocodingProperties value) { _Properties = value; return(this); }